Skip to content

Commit

Permalink
test: fix supported extentions for import/no-unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiode committed Mar 23, 2021
1 parent 0bea3d2 commit d2cad6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@
]
}
],
"import/no-unresolved": [
"error",
{
"tryExtensions": [
".js",
".jsx",
".node",
".ts",
".tsx",
".json"
]
}
],
"node/no-missing-require": [
"error",
{
Expand Down

0 comments on commit d2cad6d

Please sign in to comment.