Skip to content

Commit 772ef35

Browse files
authored
infra: enable no-this-before-super eslint rule (#3256)
1 parent 0780435 commit 772ef35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
// "no-class-assign": "error",
157157
// "no-const-assign": "error",
158158
// "no-dupe-class-members": "error",
159-
// "no-this-before-super": "error",
159+
"no-this-before-super": "error",
160160
// "no-var": "warn",
161161
"object-shorthand": [ "warn" ],
162162
// "prefer-arrow-callback": "warn",

0 commit comments

Comments
 (0)