20 lines
302 B
JSON
20 lines
302 B
JSON
{
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"endOfLine": "auto",
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
".prettierrc",
|
|
".eslintrc"
|
|
],
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
} |