Skip to content

Commit

Permalink
infra: enable no-dupe-class-members eslint rule (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored Nov 6, 2023
1 parent 5b3b920 commit 90c30f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
// "no-arrow-condition": "error",
"no-class-assign": "error",
"no-const-assign": "error",
// "no-dupe-class-members": "error",
"no-dupe-class-members": "error",
"no-this-before-super": "error",
// "no-var": "warn",
"object-shorthand": [ "warn" ],
Expand Down

0 comments on commit 90c30f2

Please sign in to comment.