.eslintrc.json 140 B

1234567
  1. {
  2. "rules": {
  3. "import/no-extraneous-dependencies": "off",
  4. "import/extensions": "off",
  5. "react/no-unknown-property": "off"
  6. }
  7. }