daily-aujourdhui-frontend/.prettierrc.json
Lucien Cartier-Tilet 4cbdfeac7b
Some checks failed
Tests / tests (push) Failing after 9s
initial commit
2025-05-29 13:08:48 +02:00

14 lines
290 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "always",
"proseWrap": "always"
}