Skip to content

Commit

Permalink
Enable no-extraneous-dependencies rule
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Sep 11, 2024
1 parent 6a84de7 commit 82daf9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config/eslint.base.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default tseslint.config(
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "error",
"require-await": "off",
"@typescript-eslint/require-await": "off"
"@typescript-eslint/require-await": "off",
"import/no-extraneous-dependencies": "error"
}
}
);

0 comments on commit 82daf9b

Please sign in to comment.