.eslintrc 89 B

12345678
  1. {
  2. "plugins": [
  3. "import"
  4. ],
  5. "rules": {
  6. "import/no-unresolved": "error"
  7. }
  8. }