{ "extends": "airbnb", "rules": { "prefer-arrow-callback": 1, "no-confusing-arrow": 1, "func-names":"off", "max-len": 1, "semi":0 }, "env": { "browser": true, "node": true, "mocha": true }, "globals":{ } }