21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"jsxSingleQuote": false,
|
|
"quoteProps": "consistent",
|
|
"printWidth": 180,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.yml", "*.yaml"],
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|