1
0
Fork 0
mirror of synced 2026-06-05 08:05:14 +00:00
test-reporter/.prettierrc.json
2020-11-12 23:27:48 +01:00

10 lines
181 B
JSON

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