Files
frontend/.prettierrc
2020-11-07 01:26:03 -03:00

11 lines
227 B
Plaintext

{
"bracketSpacing": true,
"jsxBracketSameLine": true,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false,
"react/jsx-max-props-per-line": [1, { "when": "always" }]
}