Skip to content

Commit

Permalink
fix(eslint-config): disable max nested callbacks in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jan 24, 2024
1 parent c628f45 commit f65c148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ module.exports = {
rules: {
'no-magic-numbers': 'off',
'max-classes-per-file': 'off',
'max-nested-callbacks': 'off',
'sonarjs/no-duplicate-string': 'off',
'sonarjs/no-identical-functions': 'off'
}
Expand Down

0 comments on commit f65c148

Please sign in to comment.