module.exports = { "extends": "airbnb", "plugins": [ "react", "jsx-a11y", "import" ], "rules" : { "max-len": [2, 120, 2], "no-underscore-dangle": 0, "global-require": 0, "guard-for-in": 0, "no-restricted-syntax": 0, "no-param-reassign": 0, "consistent-return": 0, "import/no-extraneous-dependencies": 0, } };