Chris@14: { Chris@14: "extends": "./.eslintrc.json", Chris@14: "rules": { Chris@14: "no-shadow": "off", Chris@14: "no-new": "off", Chris@14: "no-continue": "off", Chris@14: "new-cap": "off", Chris@14: "max-len": "off", Chris@17: "default-case": "off", Chris@17: "prefer-destructuring": "off", Chris@17: "react/no-this-in-sfc": "off", Chris@17: "react/destructuring-assignment": "off", Chris@17: "import/named": "off" Chris@14: } Chris@14: }