Skip to content

Commit 88457a8

Browse files
Use legacy-recommended config for ESLint v8 compatibility
1 parent 6832d1c commit 88457a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{
4141
"files": ["__tests__/**/*.{js,jsx,ts,tsx}"],
4242
"plugins": ["@vitest"],
43-
"extends": ["plugin:@vitest/recommended"]
43+
"extends": ["plugin:@vitest/legacy-recommended"]
4444
}
4545
]
4646
}

0 commit comments

Comments
 (0)