Skip to content

Commit

Permalink
change complexity to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Dec 10, 2024
1 parent 06022b9 commit 59bb641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const config = tseslint.config(eslint.configs.recommended, ...tseslint.co
'@typescript-eslint/space-before-function-paren': 'off',
'@typescript-eslint/strict-boolean-expressions': 'warn',
complexity: [
'error',
'warn',
{
max: 20
}
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const config = tseslint.config(
'@typescript-eslint/strict-boolean-expressions': 'warn',

complexity: [
'error',
'warn',
{
max: 20
}
Expand Down

0 comments on commit 59bb641

Please sign in to comment.