9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"spaceBeforeFunctionParen": false,
|
|
"printWidth": 120
|
|
}
|