1
0
Fork 0
mirror of synced 2026-06-05 10:45:14 +00:00
auth/.prettierrc.js
2021-09-16 12:54:29 -04:00

14 lines
283 B
JavaScript

module.exports = {
arrowParens: 'always',
bracketSpacing: true,
endOfLine: 'auto',
jsxBracketSameLine: true,
jsxSingleQuote: true,
printWidth: 100,
quoteProps: 'consistent',
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
useTabs: false,
};