9 lines
163 B
Text
Executable file
9 lines
163 B
Text
Executable file
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"semi": false,
|
|
"bracketSpacing": true,
|
|
"quoteProps": "consistent"
|
|
}
|