We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807acf4 commit 01e413dCopy full SHA for 01e413d
src/plugins/typescript.ts
@@ -181,7 +181,7 @@ export const settings: Linter.Config = {
181
"@typescript-eslint/prefer-regexp-exec": "error",
182
"@typescript-eslint/prefer-string-starts-ends-with": "warn",
183
"@typescript-eslint/prefer-ts-expect-error": "warn",
184
- "@typescript-eslint/promise-function-async": "error",
+ "@typescript-eslint/promise-function-async": "off",
185
"@typescript-eslint/restrict-plus-operands": [
186
"error",
187
{
0 commit comments