Skip to content

Commit 076ff3e

Browse files
chore: ignore max-lines-per-function in tests (#6825)
* chore: ignore `max-lines-per-function` in tests * Update package-lock.json
1 parent 9b3699a commit 076ff3e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

core/.eslintrc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@
2222
},
2323
"overrides": [
2424
{
25-
"files": ["**/*.vitest.ts"],
25+
"files": [
26+
"**/*.test.ts",
27+
"**/*.test.tsx",
28+
"**/*.spec.ts",
29+
"**/*.spec.tsx",
30+
"**/*.vitest.ts"
31+
],
2632
"rules": {
2733
"max-lines-per-function": "off"
2834
}

extensions/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)