19 lines
347 B
Plaintext
19 lines
347 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"jsxBracketSameLine": false,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"overrides": [
|
|
{
|
|
"files": "*.json",
|
|
"options": {
|
|
"singleQuote": false,
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
} |