1
0
Fork 0
mirror of synced 2026-06-05 12:45:14 +00:00
test-reporter/.prettierrc.json
2020-10-01 22:53:25 +02:00

10 lines
180 B
JSON

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