Skip to content

Commit dbf64cf

Browse files
committed
fixup: downgrade ESLint to v8 while TS plugin catches up
1 parent c7735c2 commit dbf64cf

File tree

7 files changed

+382
-265
lines changed

7 files changed

+382
-265
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extends:
99
- "plugin:jsdoc/recommended-typescript-error"
1010
- "plugin:n/recommended"
1111
- "plugin:promise/recommended"
12-
- "plugin:sonarjs/recommended"
12+
- "plugin:sonarjs/recommended-legacy"
1313
- "plugin:unicorn/recommended"
1414
- "prettier"
1515

.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ updates:
1919
development:
2020
dependency-type: "development"
2121

22+
# TODO(mcous, 2024-07-06): update to ESLint v9 + flat config
23+
ignore:
24+
- dependency-name: 'eslint'
25+
versions: ['>=9']
26+
2227
# Update GitHub Actions dependencies
2328
- package-ecosystem: "github-actions"
2429
directory: "/"

dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)