18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
{
|
|
"arrowSpacing": [
|
|
"error",
|
|
{
|
|
"before": true,
|
|
"after": true
|
|
}
|
|
],
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"printWidth": 80,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "auto"
|
|
} |