25 lines
460 B
Plaintext
25 lines
460 B
Plaintext
|
{
|
||
|
"preset": "google",
|
||
|
"requireCurlyBraces": [
|
||
|
"do",
|
||
|
"try",
|
||
|
"catch"
|
||
|
],
|
||
|
"disallowSpacesInsideObjectBrackets": null,
|
||
|
"requireSpaceAfterLineComment": true,
|
||
|
"maximumLineLength": {
|
||
|
"value": 80,
|
||
|
"allowRegex": true
|
||
|
},
|
||
|
"validateJSDoc": {
|
||
|
"checkParamNames": false,
|
||
|
"checkRedundantParams": false,
|
||
|
"requireParamTypes": true
|
||
|
},
|
||
|
"excludeFiles": [
|
||
|
"node_modules/**",
|
||
|
"coverage/**",
|
||
|
"test/sandbox/**"
|
||
|
]
|
||
|
}
|