Skip to content

Commit

Permalink
Ignore ESM-only dependencies in import/no-unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 27, 2022
1 parent 3282e95 commit bd45e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -13,7 +13,7 @@
"prettier/prettier": 2,
"ava/no-ignored-test-files": 0,
"ava/no-import-test-files": 0,
"import/no-unresolved": 2,
"import/no-unresolved": [2, { "ignore": ["ava", "got"] }],
"import/no-unused-modules": 2,
"import/order": [2, { "newlines-between": "never" }]
}
Expand Down

0 comments on commit bd45e52

Please sign in to comment.