Skip to content

Commit

Permalink
fix(ls): remove duplicate linting codes (#2946)
Browse files Browse the repository at this point in the history
Error code duplicates were uncovered by eslint related 
libs update.

Closes #2982
Closes #2923
  • Loading branch information
char0n committed Jul 13, 2023
1 parent 2b75f78 commit c5db0a8
Show file tree
Hide file tree
Showing 5 changed files with 4,231 additions and 6,216 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
'@typescript-eslint/no-redeclare': 'off', // we should enable this in future and fix all the reported issues
'@typescript-eslint/no-unused-vars': ['error'],
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 1,
},
plugins: ['@typescript-eslint', 'import'],
extends: [
Expand Down

0 comments on commit c5db0a8

Please sign in to comment.