19 lines
297 B
JSON
19 lines
297 B
JSON
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"arrowParens": "avoid",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"trailingComma": "none",
|
|
"overrides": [
|
|
{
|
|
"files": "*.css",
|
|
"options": {
|
|
"singleQuote": false,
|
|
"tabWidth": 4
|
|
}
|
|
}
|
|
]
|
|
}
|