Skip to content

Commit

Permalink
fix(eslint-plugin-experience): revert promise/no-callback-in-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 20, 2023
1 parent b4d5e65 commit 8252a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ module.exports = {
'prefer-template': 'error',
'prettier/prettier': 'error',
'promise/catch-or-return': 'error',
'promise/no-callback-in-promise': 'error',
'promise/param-names': 'error',
'rxjs/no-compat': 'error',
'rxjs/no-connectable': 'error',
Expand Down Expand Up @@ -905,6 +904,7 @@ module.exports = {
'prefer-destructuring': 'off',
'promise/always-return': 'off',
'promise/catch-or-return': 'off',
'promise/no-callback-in-promise': 'off',
'promise/no-nesting': 'off',
quotes: 'off',
'require-await': 'off',
Expand Down

0 comments on commit 8252a8b

Please sign in to comment.