mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
infra: enable constructor-super eslint rule (#3457)
This commit is contained in:
parent
e5b5da86e5
commit
79cee30ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@
|
|||
// "arrow-body-style": [ "error", "always" ],
|
||||
// "arrow-parens": [ "error", "always" ],
|
||||
// "arrow-spacing": [ "error", { "before": true, "after": true }],
|
||||
// "constructor-super": "error",
|
||||
"constructor-super": "error",
|
||||
// "generator-star-spacing": [ "error", "before" ],
|
||||
// "no-arrow-condition": "error",
|
||||
"no-class-assign": "error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue