2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00
mastodon/.prettierrc.js
Echo e8270e2807
Upgrade to ESLint v9 flat config (#34324)
Co-authored-by: Nick Schonning <nschonni@gmail.com>
2025-04-01 16:30:18 +00:00

5 lines
66 B
JavaScript

module.exports = {
singleQuote: true,
jsxSingleQuote: true
};