Skip to content
Snippets Groups Projects
.eslintrc.passing.json 378 B
Newer Older
  "extends": [
    "./.eslintrc.json",
    "./.eslintrc.jquery.json"
  ],
  "rules": {
    "no-shadow": "off",
    "no-new": "off",
    "no-continue": "off",
    "new-cap": "off",
    "max-len": "off",
    "default-case": "off",
    "prefer-destructuring": "off",
    "react/no-this-in-sfc": "off",
    "react/destructuring-assignment": "off",