UNPKG

airdcpp-apisocket

Version:
103 lines (100 loc) 2.3 kB
{ "rules": { "align": [ true, "parameters", "arguments", "statements" ], "ban": false, "class-name": true, "comment-format": [ false, "check-space" ], "curly": true, "eofline": false, "forin": true, "indent": [ true, "spaces" ], "interface-name": [true, "never-prefix"], "jsdoc-format": true, "label-position": true, "max-line-length": [ true, 120 ], "member-ordering": [ true, { "order": [ "public-static-field", "protected-static-field", "public-static-method", "protected-static-method", "public-instance-method", "protected-instance-method", "private-instance-method" ] } ], "no-any": false, "no-arg": true, "no-bitwise": true, "no-console": [ false, "log", "error", "debug", "info", "time", "timeEnd", "trace" ], "no-consecutive-blank-lines": false, "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, "no-empty": true, "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-catch", "check-else", "check-open-brace", "check-whitespace" ], "quotemark": [true, "single"], "radix": false, "semicolon": [true, "always"], "switch-default": true, "trailing-comma": [false], "triple-equals": [ true, "allow-null-check" ], "typedef": [ true, "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-leading-underscore", "allow-pascal-case"], "whitespace": [ true, "check-branch", "check-decl", "check-module", "check-operator", "check-separator", "check-type", "check-typecast" ] } }