{ "extends": "eslint-config-airbnb", "env": { "browser": true, "node": true }, "rules": { "class-methods-use-this": "off", "no-confusing-arrow": "off", "no-param-reassign": "off" } }