Skip to content

Commit

Permalink
downgrade eslint to 8.57.0 since 9+ is not supported by multiple esli…
Browse files Browse the repository at this point in the history
…nt packages
  • Loading branch information
RFSH committed Aug 1, 2024
1 parent 982a2bd commit e32a760
Show file tree
Hide file tree
Showing 8 changed files with 157 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
'@typescript-eslint/no-duplicate-enum-values': 'warn',
'@typescript-eslint/no-unused-vars': 'warn',
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/ban-types': 'warn',
'@typescript-eslint/no-unsafe-function-type': 'warn',
'@typescript-eslint/ban-ts-comment': 'warn',
'@typescript-eslint/no-inferrable-types': 'warn',

Expand Down
Loading

0 comments on commit e32a760

Please sign in to comment.