Skip to content

Commit 8eb0669

Browse files
committed
[eslint] disabling some checks for now
1 parent 913276a commit 8eb0669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/config/eslint/eslint_nodejs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@
148148
"for-direction": ["off"],
149149
"no-console": ["off"],
150150
"no-control-regex": ["off"],
151-
"no-await-in-loop": ["error"],
151+
"no-await-in-loop": ["off"],
152152
"dot-notation": ["error"],
153153
"eqeqeq": ["error","always"],
154154
"no-alert": ["error"],
155155
"no-caller": ["error"],
156156
"no-eval": ["error"],
157157
"no-extend-native": ["error"],
158158
"no-iterator": ["error"],
159-
"no-loop-func": ["error"],
159+
"no-loop-func": ["off"],
160160
"no-shadow": ["error"]
161161
}
162162
}

0 commit comments

Comments
 (0)