28 lines
430 B
JSON
28 lines
430 B
JSON
{
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"lineWidth": 100,
|
|
"indentSize": 2,
|
|
"ignore": [
|
|
"node_modules",
|
|
"build"
|
|
]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"trailingComma": "all"
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"style": {
|
|
"noImplicitBoolean": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|