{ "env": { "node": true, "browser": true, "amd": true, "es6": true }, "ecmaFeatures": { "arrowFunctions": true, "classes": true, "defaultParams": true, "destructuring": true, "forOf": true, "modules": true, "objectLiteralShorthandMethods": true, "objectLiteralShorthandProperties": true, "spread": true, "superInFunctions": true }, "globals": { "console": true, "beforeEach": true, "afterEach": true, "it": true, "describe": true, "module": true, "expect": true, "exports": true, "jasmine": true, "spyOn": true, "mocha": true, "mochaPhantomJS": true }, "rules": { "comma-dangle": [1, "always-multiline"], "no-cond-assign": 1, "no-console": 1, "no-constant-condition": 1, "no-control-regex": 1, "no-debugger": 1, "no-dupe-args": 1, "no-dupe-keys": 1, "no-duplicate-case": 1, "no-empty": 1, "no-empty-class": 1, "no-ex-assign": 1, "no-extra-boolean-cast": 0, "no-extra-parens": 0, "no-extra-semi": 1, "no-func-assign": 1, "no-inner-declarations": 1, "no-invalid-regexp": 1, "no-irregular-whitespace": 1, "no-negated-in-lhs": 1, "no-obj-calls": 1, "no-regex-spaces": 1, "no-reserved-keys": 1, "no-sparse-arrays": 1, "no-unreachable": 1, "use-isnan": 1, "valid-jsdoc": 0, "valid-typeof": 1, "block-scoped-var": 0, "complexity": 0, "consistent-return": 0, "curly": 1, "default-case": 1, "dot-notation": 0, "dot-location": [1, "property"], "eqeqeq": 1, "guard-for-in": 1, "no-alert": 1, "no-caller": 1, "no-div-regex": 0, "no-else-return": 1, "no-empty-label": 1, "no-eq-null": 1, "no-eval": 1, "no-extend-native": 1, "no-extra-bind": 1, "no-fallthrough": 1, "no-floating-decimal": 1, "no-implied-eval": 1, "no-iterator": 1, "no-labels": 1, "no-lone-blocks": 1, "no-loop-func": 1, "no-multi-spaces": 1, "no-multi-str": 0, "no-native-reassign": 0, "no-new": 1, "no-new-func": 1, "no-new-wrappers": 1, "no-octal": 1, "no-octal-escape": 1, "no-param-reassign": 0, "no-process-env": 0, "no-proto": 1, "no-redeclare": 1, "no-return-assign": 1, "no-script-url": 1, "no-self-compare": 1, "no-sequences": 1, "no-throw-literal": 1, "no-unused-expressions": 1, "no-void": 1, "no-warning-comments": 0, "no-with": 0, "radix": 1, "vars-on-top": 0, "wrap-iife": [2, "any"], "yoda": [1, "never", {"exceptRange": true}], "strict": 0, "no-catch-shadow": 0, "no-delete-var": 1, "no-label-var": 0, "no-shadow": 0, "no-shadow-restricted-names": 1, "no-undef": 2, "no-undef-init": 1, "no-undefined": 0, "no-unused-vars": [1, {"vars": "local", "args": "none"}], "no-use-before-define": 0, "indent": [1, 2, {"indentSwitchCase": true}], "brace-style": [1, "1tbs", {"allowSingleLine": true}], "camelcase": 0, "comma-spacing": 1, "consistent-this": 0, "eol-last": 1, "func-names": 0, "func-style": 0, "key-spacing": [1, { "beforeColon": false, "afterColon": true }], "linebreak-style": 0, "max-nested-callbacks": 0, "new-cap": [1, {"newIsCap": true, "capIsNew": false}], "new-parens": 2, "newline-after-var": 0, "no-array-constructor": 1, "no-continue": 0, "no-inline-comments": 0, "no-lonely-if": 1, "no-mixed-spaces-and-tabs": 1, "no-multiple-empty-lines": [1, {"max": 2}], "no-nested-ternary": 1, "no-new-object": 1, "no-spaced-func": 1, "no-ternary": 0, "no-trailing-spaces": 1, "no-underscore-dangle": 0, "no-wrap-func": 1, "one-var": [1, "never"], "operator-assignment": 0, "operator-linebreak": 0, "padded-blocks": 0, "quote-props": 0, "quotes": [1, "single"], "semi": [1, "never"], "semi-spacing": [1, {"before": false, "after": true}], "sort-vars": 0, "space-after-keywords": [1, "always"], "space-before-blocks": 1, "space-before-function-paren": [1, "never"], "space-in-brackets": 0, "space-in-parens": [1, "never"], "space-infix-ops": 1, "space-return-throw-case": 1, "space-unary-ops": [1, {"words": true, "nonwords": false}], "spaced-line-comment": [1, "always", {"exceptions": ["-"]}], "wrap-regex": 0, "max-depth": 0, "max-len": 0, "max-params": 0, "max-statements": 0, "no-bitwise": 0, "no-plusplus": 0 } }