nostros/.prettierrc.js

8 lines
144 B
JavaScript
Raw Normal View History

2022-10-24 17:27:31 +00:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
};