We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad13f1f commit 655249bCopy full SHA for 655249b
etc/eslint.js
@@ -88,7 +88,7 @@ export default ts.config(
88
"no-octal-escape": "error",
89
"no-param-reassign": "off",
90
"no-plusplus": "off",
91
- "no-promise-executor-return": "error",
+ "no-promise-executor-return": "off",
92
"no-proto": "error",
93
"no-restricted-exports": "error",
94
"no-restricted-globals": "error",
0 commit comments