{ "env": { "es6": true, "node": true }, "extends": "airbnb-base", "rules": { "semi": [ 2, "always" ], "react/require-extension": "off", "react/*": "off", "no-underscore-dangle": 0, "object-curly-spacing": 2, "max-len": [ 2, 500, 2 ], "comma-dangle": 0, "arrow-parens": 0, "no-restricted-syntax": [ "error", "WithStatement", "BinaryExpression[operator='in']", "no-await-in-loop" ], "no-param-reassign": 0 } }