Skip to content

Commit

Permalink
refactor: don't worry about type-only imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 14, 2023
1 parent 26d9137 commit f89e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = {
{
files: ["src/**"],
rules: {
"import/no-extraneous-dependencies": "error",
"import/no-extraneous-dependencies": ["error", { includeTypes: false }],
},
},
],
Expand Down

0 comments on commit f89e231

Please sign in to comment.