strong-debugger
Version:
DevTools Remote Debugging Protocol provider for Node.js and io.js
24 lines (23 loc) • 448 B
Plain Text
{
"preset": "google",
"requireCurlyBraces": [
"do",
"try",
"catch"
],
"disallowSpacesInsideObjectBrackets": null,
"disallowMultipleVarDecl": "exceptUndefined",
"requireSpaceAfterLineComment": true,
"maximumLineLength": {
"value": 80,
"allowRegex": true
},
"jsDoc": {
"requireParamTypes": true
},
"excludeFiles": [
"node_modules/**",
"coverage/**",
"test/fixtures/generated-*.js"
]
}