.eslintrc.passing.json 230 B

123456789101112
  1. {
  2. "extends": "./.eslintrc.json",
  3. "rules": {
  4. "no-use-before-define": "off",
  5. "no-shadow": "off",
  6. "no-new": "off",
  7. "no-continue": "off",
  8. "new-cap": "off",
  9. "max-len": "off",
  10. "default-case": "off"
  11. }
  12. }