{ "env": { "node": true, "browser": true, "amd": true, "es6": true }, "ecmaFeatures": { "arrowFunctions": true, "binaryLiterals": true, "blockBindings": true, "classes": true, "defaultParams": true, "destructuring": true, "forOf": true, "generators": true, "modules": true, "objectLiteralComputedProperties": true, "objectLiteralDuplicateProperties": true, "objectLiteralShorthandMethods": true, "octalLiterals": true, "regexUFlag": true, "regexYFlag": true, "restParams": true, "spread": true, "superInFunctions": true, "templateStrings": true, "unicodeCodePointEscapes": true, "globalReturn": true, "jsx": true }, "rules": { "no-new-object": 1, "no-array-constructor": 1, "quotes": [1, "single"], "max-len": [1, 140, 2], "no-inner-declarations": [1, "both"], "no-shadow-restricted-names": 1, "one-var": 0, "vars-on-top": 1, "eqeqeq": 1, "curly": [2, "all"], "no-mixed-spaces-and-tabs": 1, "space-before-blocks": [1, "always"], "space-infix-ops": 1, "eol-last": 1, "comma-style": [1, "last"], "semi": [1, "always"], "radix": 1, "camelcase": 1, "new-cap": 1, "consistent-this": [1, "_this"], "func-names": 1 } }