Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eslint.config.js): add rule for extraneous dependencies
This commit adds a new rule to the ESLint configuration for TypeScript. The rule 'import/no-extraneous-dependencies' is set to 'error', which will help to prevent importing dependencies that are not declared in the package.json file.
- Loading branch information