daily-aujourdhui-frontend/.prettierrc.json
Lucien Cartier-Tilet 862baa1630
Some checks failed
Tests / tests (push) Failing after 3m7s
initial commit
2025-05-29 13:18:17 +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"
}