1
0
Fork 0
mirror of synced 2026-06-05 18:38:19 +00:00
paths-filter/.prettierrc.json
2020-05-21 00:31:16 +02:00

11 lines
No EOL
226 B
JSON

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