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 e49b7b1 commit 5059e79Copy full SHA for 5059e79
1 file changed
packages/rslint/src/configs/promise.ts
@@ -10,7 +10,7 @@ const recommended: RslintConfigEntry = {
10
'promise/param-names': 'error',
11
// 'promise/catch-or-return': 'error', // not implemented
12
// 'promise/no-native': 'off', // not implemented
13
- // 'promise/no-nesting': 'warn', // not implemented
+ 'promise/no-nesting': 'warn',
14
// 'promise/no-promise-in-callback': 'warn', // not implemented
15
// 'promise/no-callback-in-promise': 'warn', // not implemented
16
'promise/avoid-new': 'off',
0 commit comments