nostros/.prettierrc.js
2022-10-31 02:23:27 +01:00

8 lines
143 B
JavaScript

module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
}