29 lines
491 B
Plaintext
29 lines
491 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "none",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"quoteProps": "as-needed",
|
|
"jsxSingleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.scss",
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
},
|
|
{
|
|
"files": "*.json",
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
}
|
|
]
|
|
}
|