Skip to content

Commit 655249b

Browse files
author
Cédric Belin
committed
Update the settings of the static analyzer [skip ci]
1 parent ad13f1f commit 655249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/eslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default ts.config(
8888
"no-octal-escape": "error",
8989
"no-param-reassign": "off",
9090
"no-plusplus": "off",
91-
"no-promise-executor-return": "error",
91+
"no-promise-executor-return": "off",
9292
"no-proto": "error",
9393
"no-restricted-exports": "error",
9494
"no-restricted-globals": "error",

0 commit comments

Comments
 (0)