login-action/.prettierrc.json

12 lines
206 B
JSON
Raw Normal View History

2020-08-15 14:45:36 +02:00
{
"printWidth": 240,
2020-08-15 14:45:36 +02:00
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}