{ "env": { "browser": false, "node": true, "mocha": true }, "rules": { "strict": [2, "never"], "quotes": [0], "eol-last": [0], "no-underscore-dangle": [0], "camelcase": [0], "no-trailing-spaces": [0], "key-spacing": [0], "no-multi-spaces": [0], "space-unary-ops": [0], "consistent-return": [0], "no-use-before-define": [0], "space-before-blocks": [1, "always"], "space-after-keywords": [1, "always"], "comma-spacing": [1, {"before": false, "after": true}], "no-unused-vars": [1], "no-mixed-spaces-and-tabs": [1], "space-infix-ops": [2, {"int32Hint": false}], "semi": [1, "always"] }, "extends": "eslint:recommended", "globals": { } }