Skip to content

Commit

Permalink
fixup: downgrade ESLint to v8 while TS plugin catches up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jul 6, 2024
1 parent c7735c2 commit dbf64cf
Show file tree
Hide file tree
Showing 7 changed files with 382 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extends:
- "plugin:jsdoc/recommended-typescript-error"
- "plugin:n/recommended"
- "plugin:promise/recommended"
- "plugin:sonarjs/recommended"
- "plugin:sonarjs/recommended-legacy"
- "plugin:unicorn/recommended"
- "prettier"

Expand Down
5 changes: 5 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ updates:
development:
dependency-type: "development"

# TODO(mcous, 2024-07-06): update to ESLint v9 + flat config
ignore:
- dependency-name: 'eslint'
versions: ['>=9']

# Update GitHub Actions dependencies
- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit dbf64cf

Please sign in to comment.