diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 055c5679..1c4d8153 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -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', @@ -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',