Skip to content

Commit

Permalink
chore: increase max-nested-callbacks value
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Nov 26, 2024
1 parent d02369a commit 7fd746c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default tseslint.config(
'@typescript-eslint/no-explicit-any': 'error',
complexity: ['error', 5],
'max-depth': ['error', 2],
'max-nested-callbacks': ['error', 3],
'max-nested-callbacks': ['error', 4],
'max-lines': ['error', 200],
'@typescript-eslint/no-unused-vars': [
'warn',
Expand Down

0 comments on commit 7fd746c

Please sign in to comment.