16 lines
266 B
Plaintext
16 lines
266 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|