Skip to content

Commit 930aa79

Browse files
Remove es/no-promise-any rule from .eslintrc again
This was only added in 9a971f3 because the rule wasn’t working; evidently that got fixed at some point, so let’s remove it again to reduce confusion.
1 parent a36f7d5 commit 930aa79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"no-use-before-define": [ "error", "nofunc" ],
1818
"no-shadow": "off",
1919
"prefer-const": [ "error", { "destructuring": "all" } ],
20-
"es/no-promise-any": "off",
2120
"n/no-unsupported-features/node-builtins": "off"
2221
},
2322
"overrides": [

0 commit comments

Comments
 (0)