Skip to content

Commit

Permalink
fix: Remove no-unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant59 committed Jul 5, 2024
1 parent 1a562cc commit 04fedc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default tseslint.config(
"error",
{ "newlines-between": "always", alphabetize: { order: "asc" } },
],
"import/no-unresolved": "off",
},
}
);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@disruptive-industries/eslint-config",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"main": "eslint.config.mjs",
"repository": {
Expand Down

0 comments on commit 04fedc5

Please sign in to comment.