{ "extends": [ "airbnb", "plugin:flowtype/recommended" ], "parser": "babel-eslint", "plugins": [ "flowtype" ], "rules": { "no-param-reassign": "off", "react/destructuring-assignment": "off", "flowtype/no-types-missing-file-annotation": "off", "max-len": "off", "import/no-cycle": "off", "no-else-return": "off", "class-methods-use-this": "off", "consistent-return": "off" } }