2
0
mirror of https://github.com/RouxAntoine/checkout.git synced 2024-12-27 21:17:27 +00:00
checkout/.prettierrc.json

11 lines
205 B
JSON
Raw Normal View History

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}