1
0
Fork 0
toolkit/.prettierrc.json

11 lines
205 B
JSON
Raw Permalink Normal View History

2019-04-19 19:35:44 +00:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}