{ "env": { "browser": true, "node": true, "mocha": true }, "extends": [ "eslint-config-airbnb" ], "globals": { "chai": true }, "rules": { "no-cond-assign": 0, "no-param-reassign": 0, "no-restricted-syntax": 0, "prefer-rest-params": 0, "strict": 0, "max-len": [ 2, 120, 4, { "ignoreUrls": true } ], "comma-dangle": [ 2, "never" ], "id-length": [ 2, { "min": 1 } ] } }