Skip to content

Commit c464bc4

Browse files
committed
eslintrc: Updates consistent-this exceptions
1 parent 2a6f535 commit c464bc4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.eslintrc.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ module.exports = {
4747
],
4848
"computed-property-spacing": "error",
4949
"consistent-return": "error",
50-
"consistent-this": "error",
50+
"consistent-this": [
51+
"error",
52+
"that",
53+
"outerThis",
54+
"self"
55+
],
5156
"curly": "error",
5257
"default-case": "error",
5358
"dot-location": [

0 commit comments

Comments
 (0)