mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-05 10:23:57 +00:00
infra: enable no-const-assign eslint rule (#3452)
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@
|
||||
// "generator-star-spacing": [ "error", "before" ],
|
||||
// "no-arrow-condition": "error",
|
||||
"no-class-assign": "error",
|
||||
// "no-const-assign": "error",
|
||||
"no-const-assign": "error",
|
||||
// "no-dupe-class-members": "error",
|
||||
"no-this-before-super": "error",
|
||||
// "no-var": "warn",
|
||||
|
||||
Reference in New Issue
Block a user