Pokedex-P-lao/.prettierrc.js
2021-10-18 14:58:17 -06:00

8 lines
144 B
JavaScript

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