We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78150eb commit abeab1aCopy full SHA for abeab1a
src/plugins/promise.ts
@@ -11,7 +11,7 @@ export const settings: Linter.Config = {
11
"promise/no-promise-in-callback": "error",
12
"promise/no-return-in-finally": "error",
13
"promise/prefer-await-to-callbacks": "warn",
14
- "promise/prefer-await-to-then": "warn",
+ "promise/prefer-await-to-then": "off",
15
"promise/valid-params": "error",
16
},
17
};
0 commit comments