cache/.prettierrc.json

11 lines
222 B
JSON
Raw Permalink Normal View History

2019-10-30 19:48:49 +01:00
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}