10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"semi": true,
|
|
"eslintIntegration": true,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf",
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid"
|
|
} |