ifms-pti/web/.prettierrc

16 lines
309 B
Plaintext
Raw Normal View History

2020-11-06 13:31:28 +00:00
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false,
2022-06-14 13:26:01 +00:00
"overrides": [
{
"files": "*.js, *.vue, *.css, *.scss",
"excludeFiles": "**/dist/**, **/node_modules/**"
}
]
2020-11-06 13:31:28 +00:00
}