Skip to content

Commit 5e3b9e6

Browse files
committed
chore(ui): update eslint budget baseline
1 parent f5874e9 commit 5e3b9e6

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
2-
"maxAllowedTotalIssues": 1274,
2+
"maxAllowedTotalIssues": 1234,
33
"maxAllowedByRule": {
4-
"@typescript-eslint/no-explicit-any": 360,
5-
"complexity": 273,
6-
"@typescript-eslint/consistent-type-imports": 200,
7-
"max-statements": 103,
8-
"max-lines-per-function": 97,
9-
"@typescript-eslint/no-non-null-asserted-optional-chain": 97,
4+
"@typescript-eslint/no-explicit-any": 344,
5+
"complexity": 271,
6+
"@typescript-eslint/consistent-type-imports": 195,
7+
"max-statements": 102,
8+
"max-lines-per-function": 96,
9+
"@typescript-eslint/no-non-null-asserted-optional-chain": 87,
1010
"react-hooks/exhaustive-deps": 59,
1111
"max-lines": 26,
12-
"react-refresh/only-export-components": 26,
12+
"react-refresh/only-export-components": 25,
1313
"max-depth": 11,
14-
"max-params": 8,
1514
"jsx-a11y/label-has-associated-control": 6,
15+
"max-params": 6,
1616
"react-hooks/rules-of-hooks": 4,
17-
"no-case-declarations": 2,
1817
"no-constant-binary-expression": 2
1918
},
20-
"updatedAt": "2026-03-31T21:52:06.539Z"
19+
"updatedAt": "2026-04-01T18:04:30.885Z"
2120
}

0 commit comments

Comments
 (0)