Skip to content

Commit 2ae051e

Browse files
committed
no-promise-executor-return, no-unreachable-loop in eslint config
1 parent c5c1371 commit 2ae051e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

js/red-javascript-style-guide/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ module.exports = {
66
"rules": {
77
// overwrite
88
"no-unused-vars": warning,
9-
9+
10+
"no-promise-executor-return": error,
11+
"no-unreachable-loop": error,
1012
"prefer-object-has-own": error,
1113
"curly": error,
1214
"eqeqeq": error,

0 commit comments

Comments
 (0)