Skip to content

Commit

Permalink
feat: update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 12, 2024
1 parent 35c6546 commit 4f73ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ module.exports = {
'promise/no-callback-in-promise': 'off',
'promise/no-nesting': 'off',
quotes: 'off',
'react/no-is-mounted': 'off',
'require-await': 'off',
'rxjs/no-ignored-takewhile-value': 'off',
'rxjs/no-nested-subscribe': 'off',
Expand Down

0 comments on commit 4f73ec5

Please sign in to comment.