UNPKG

eva-sdk-js

Version:
103 lines (102 loc) 2.03 kB
{ "rules": { "align": [ true, "parameters", "statements" ], "ban": false, "class-name": true, "comment-format": [ true, "check-space" ], "curly": true, "eofline": false, "forin": true, "indent": [ true, "spaces" ], "jsdoc-format": true, "label-position": true, "member-access": true, "member-ordering": [ true, "public-before-private", "static-before-instance", "variables-before-functions" ], "no-any": false, "no-arg": true, "no-conditional-assignment": true, "no-console": [ true, "debug", "info", "time", "timeEnd", "trace" ], "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, "no-empty": true, "no-eval": true, "no-inferrable-types": [ false ], "no-shadowed-variable": true, "no-string-literal": true, "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, "no-use-before-declare": true, "one-line": [ true, "check-catch", "check-whitespace" ], "quotemark": [ true, "double", "avoid-escape" ], "radix": true, "semicolon": [ true, "always" ], "switch-default": true, "triple-equals": [ true, "allow-null-check" ], "typedef": [ true, "property-declaration", "member-variable-declaration" ], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" } ], "variable-name": [ true, "allow-leading-underscore", "ban-keywords" ], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ] } }