Skip to content

Commit 5059e79

Browse files
committed
fix: add default rule in config
1 parent e49b7b1 commit 5059e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rslint/src/configs/promise.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const recommended: RslintConfigEntry = {
1010
'promise/param-names': 'error',
1111
// 'promise/catch-or-return': 'error', // not implemented
1212
// 'promise/no-native': 'off', // not implemented
13-
// 'promise/no-nesting': 'warn', // not implemented
13+
'promise/no-nesting': 'warn',
1414
// 'promise/no-promise-in-callback': 'warn', // not implemented
1515
// 'promise/no-callback-in-promise': 'warn', // not implemented
1616
'promise/avoid-new': 'off',

0 commit comments

Comments
 (0)