Skip to content

Commit

Permalink
fix(imports): add reset.d.ts to import/no-extraneous-dependencies rule
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanBerger98 committed Mar 30, 2024
1 parent 5ea9feb commit d92970d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ module.exports = {
'**/protractor.conf.*.js', // protractor config
'**/karma.conf.js', // karma config
'**/.eslintrc.js', // eslint config
'**/reset.d.ts', // reset typescript definitions
],
optionalDependencies: false,
} ],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-bryanberger",
"description": "My personal ESLint config",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/BryanBerger98/eslint-config-bryanberger",
Expand Down

0 comments on commit d92970d

Please sign in to comment.