nes-lokijs-repository-plugin
Version:
Network Event Simulator LokiJS plugin
60 lines (59 loc) • 1.47 kB
JSON
{
"rules": {
"class-name": true,
"comment-format": [true,
"check-space"
],
"curly": [true, "ignore-same-line"],
"indent": [true,
"spaces"
],
"jsdoc-format": true,
"one-line": [true,
"check-catch",
"check-else"
],
"no-inferrable-types": true,
"no-internal-module": true,
"no-null-keyword": false,
"no-switch-case-fall-through": true,
"no-trailing-whitespace": [true, "ignore-template-strings"],
"no-var-keyword": true,
"one-line": [true,
"check-open-brace",
"check-whitespace"
],
"prefer-const": true,
"quotemark": [true,
"single",
"avoid-escape"
],
"semicolon": [true, "always", "ignore-bound-class-methods"],
"triple-equals": true,
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
},
{
"call-signature": "onespace",
"index-signature": "onespace",
"parameter": "onespace",
"property-declaration": "onespace",
"variable-declaration": "onespace"
}
],
"whitespace": [true,
"check-branch",
"check-decl",
"check-operator",
"check-module",
"check-separator",
"check-type"
]
}
}