UNPKG

connection-scan-algorithm

Version:
80 lines (77 loc) 1.91 kB
{ "rules": { "align": [ true, "parameters", "statements" ], "ban": false, "class-name": true, "comment-format": [ true, "check-space" ], "curly": false, "eofline": false, "forin": false, "indent": [ true, "spaces" ], "interface-name": [true, "never-prefix"], "jsdoc-format": true, "jsx-no-lambda": false, "jsx-no-multiline-js": false, "label-position": true, "max-line-length": [ true, 120 ], "member-ordering": false, "no-any": false, "no-arg": true, "no-bitwise": false, "no-console": false, "no-consecutive-blank-lines": true, "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, "no-empty": false, "no-eval": true, "no-shadowed-variable": true, "no-string-literal": false, "no-switch-case-fall-through": true, "no-trailing-whitespace": false, "no-unused-expression": true, "one-line": [ true, "check-open-brace", "check-whitespace" ], "quotemark": [true, "double", "jsx-double"], "radix": true, "semicolon": [true, "always", "ignore-interfaces", "ignore-bound-class-methods"], "switch-default": true, "trailing-comma": [false], "triple-equals": [ true, "allow-null-check" ], "typedef": [ true, "parameter", "property-declaration" ], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" } ], "variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type", "check-typecast" ] } }