mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-17 04:59:06 +00:00
infra: enable no-this-before-super eslint rule (#3256)
This commit is contained in:
committed by
GitHub
parent
078043585a
commit
772ef35fb1
+1
-1
@@ -156,7 +156,7 @@
|
||||
// "no-class-assign": "error",
|
||||
// "no-const-assign": "error",
|
||||
// "no-dupe-class-members": "error",
|
||||
// "no-this-before-super": "error",
|
||||
"no-this-before-super": "error",
|
||||
// "no-var": "warn",
|
||||
"object-shorthand": [ "warn" ],
|
||||
// "prefer-arrow-callback": "warn",
|
||||
|
||||
Reference in New Issue
Block a user