Skip to content
.eslintrc.passing.json 474 B
Newer Older
{
  "extends": "./.eslintrc.json",
  "rules": {
    "no-shadow": "off",
    "no-new": "off",
    "no-continue": "off",
    "new-cap": "off",
    "max-len": "off",
    "default-case": "off",
    "prefer-destructuring": "off",
    "operator-linebreak": "off",
    "no-restricted-globals": "off",
    "react/no-this-in-sfc": "off",
    "react/destructuring-assignment": "off",
    "implicit-arrow-linebreak": "off",
    "import/named": "off",
    "spaced-comment": "off"