Files
App/.prettierrc.js
2025-04-11 23:48:21 +08:00

15 lines
265 B
JavaScript

module.exports = {
arrowParens: 'always',
bracketSpacing: true,
jsxBracketSameLine: true,
jsxSingleQuote: true,
singleQuote: true,
semi: false,
printWidth: 100,
useTabs: true,
tabWidth: 4,
arrowParens: 'always',
endOfLine: 'lf',
trailingComma: 'all',
}