Skip to content

Commit

Permalink
fix: close no-redeclare
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Mar 16, 2024
1 parent 85002d5 commit 3442ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
}],
"no-dupe-class-members": "off",
"@typescript-eslint/no-dupe-class-members": "error",
"no-redeclare": "off",
"@typescript-eslint/no-redeclare": "error",
}
}

0 comments on commit 3442ab2

Please sign in to comment.