Skip to content

Commit

Permalink
add @typescript-eslint/utils dependency as a temporal workaround for
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 13, 2024
1 parent 137487a commit 0d8fe67
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
4 changes: 4 additions & 0 deletions scripts/check-dependencies/check-dependencies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ const ignore = {
'mkdirp',
'webpack',
],
'tests/eslint': [
// https://github.com/un-ts/eslint-plugin-sonar/issues/145
'@typescript-eslint/utils',
],
'tests/observables': [
'moon-unit',
],
Expand Down
47 changes: 24 additions & 23 deletions tests/eslint/package-lock.json

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

1 change: 1 addition & 0 deletions tests/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@eslint/compat": "^1.1.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@stylistic/eslint-plugin-js": "^2.6.2",
"@typescript-eslint/utils": "^7.18.0",
"confusing-browser-globals": "^1.0.11",
"eslint": "^9.9.0",
"eslint-plugin-array-func": "^5.0.2",
Expand Down

0 comments on commit 0d8fe67

Please sign in to comment.