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 699f3b7 commit 3706f39Copy full SHA for 3706f39
src/configs/javascript.js
@@ -65,6 +65,7 @@ export default tseslint.config(
65
'sonarjs/no-duplicate-string': 'warn',
66
...('todo-tag' in sonarjs.rules && { 'sonarjs/todo-tag': 'warn' }),
67
'promise/always-return': ['error', { ignoreLastCallback: true }],
68
+ 'promise/no-callback-in-promise': ['warn', { exceptions: ['next'] }],
69
},
70
71
{
0 commit comments