nostros/.prettierrc.js
2022-10-24 19:27:31 +02:00

8 lines
144 B
JavaScript

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