1
0
Fork 0
mirror of synced 2026-06-05 17:38:19 +00:00
paths-filter/.prettierrc.json
2020-05-20 17:03:08 +02:00

11 lines
No EOL
225 B
JSON

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