13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"quoteProps": "consistent",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"tabWidth": 4,
|
|
"printWidth": 90,
|
|
"proseWrap": "always"
|
|
}
|