{ "env": { "amd": true, "node": true, "jasmine": true }, "globals": { }, "rules": { "no-cond-assign": 1, "no-console": 0, "no-constant-condition": 1, "comma-dangle": 1, "no-control-regex": 0, "no-debugger": 1, "no-dupe-keys": 0, "no-empty": 0, "no-empty-class": 0, "no-ex-assign": 0, "no-extra-boolean-cast": 1, "no-extra-parens": 0, "no-extra-semi": 1, "no-func-assign": 0, "no-inner-declarations": 0, "no-invalid-regexp": 1, "no-negated-in-lhs": 1, "no-obj-calls": 0, "no-regex-spaces": 0, "no-reserved-keys": 0, "no-sparse-keys": 0, "no-sparse-arrays": 0, "no-unreachable": 1, "use-isnan": 1, "valid-jsdoc": 0, "valid-typeof": 0, "block-scoped-var": 0, "complexity": 0, "consistent-return": 1, "curly": [ 2, "all" ], "default-case": 1, "dot-notation": 1, "eqeqeq": 0, "guard-for-in": 0, "no-alert": 0, "no-caller": 0, "no-div-regex": 0, "no-else-return": 0, "no-empty-label": 1, "no-eq-null": 0, "no-eval": 1, "no-extend-native": 0, "no-extra-bind": 1, "no-fallthrough": 0, "no-floating-decimal": 1, "no-implied-eval": 1, "no-labels": 0, "no-iterator": 0, "no-lone-blocks": 0, "no-loop-func": 0, "no-multi-str": 0, "no-native-reassign": 0, "no-new": 0, "no-new-func": 0, "no-new-wrappers": 1, "no-octal": 0, "no-octal-escape": 0, "no-proto": 0, "no-redeclare": 0, "no-return-assign": 0, "no-script-url": 1, "no-self-compare": 1, "no-sequences": 1, "no-unused-expressions": 0, "no-void": 1, "no-warning-comments": 0, "no-with": 0, "radix": 1, "vars-on-top": 0, "wrap-iife": [ 2, "outside" ], "yoda": [ 2, "never" ], "no-catch-shadow": 0, "no-delete-var": 0, "no-label-var": 1, "no-shadow": 0, "no-shadow-restricted-names": 1, "no-undef": 0, "no-undefined": 0, "no-undef-init": 0, "no-unused-vars": 0, "no-use-before-define": 0, "brace-style": [ 1, "1tbs", { "allowSingleLine": true } ], "camelcase": 0, "consistent-this": [ 1, "self" ], "eol-last": 1, "func-names": 0, "func-style": [ 0, "expression" ], "new-cap": 1, "new-parens": 1, "no-nested-ternary": 0, "no-array-constructor": 1, "no-lonely-if": 0, "no-new-object": 1, "no-spaced-func": 1, "semi-spacing": 1, "no-ternary": 0, "no-trailing-spaces": 1, "no-underscore-dangle": 0, "no-extra-parens": 1, "no-mixed-spaces-and-tabs": 1, "quotes": [ 2, "single" ], "quote-props": 0, "semi": [ 2, "always" ], "sort-vars": 0, "space-after-keywords": [ 2, "always" ], "object-curly-spacing": [2, "never"], "array-bracket-spacing": [2, "never"], "computed-property-spacing": [2, "never"], "space-in-parens": [ 2, "never" ], "space-infix-ops": 0, "space-return-throw-case": 1, "space-unary-word-ops": 0, "max-nested-calledbacks": 0, "one-var": 0, "wrap-regex": 1, "strict": 0, "key-spacing": [ 2, { "beforeColon": false, "afterColon": true } ] } }