mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
infra: enable no-dupe-class-members eslint rule (#3456)
This commit is contained in:
parent
5b3b920ed2
commit
90c30f2bd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue