Skip to content

Commit

Permalink
infra: enable no-dupe-class-members eslint rule (anuraghazra#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and jacobbexten committed Nov 6, 2024
1 parent 6e383ad commit 4434c97
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 4434c97

Please sign in to comment.