Skip to content

Commit ff06041

Browse files
committed
feat: disable max-depth
1 parent ee87401 commit ff06041

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

configurations/eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,7 @@
394394
"always"
395395
],
396396
"max-classes-per-file": 0,
397-
"max-depth": [
398-
2,
399-
4
400-
],
397+
"max-depth": 0,
401398
"max-len": 0,
402399
"max-lines": 0,
403400
"max-lines-per-function": 0,

0 commit comments

Comments
 (0)