Skip to content

Commit c41fc65

Browse files
committed
chore: vitest
1 parent 5049a09 commit c41fc65

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ module.exports = {
205205
{
206206
files: ['clients/algoliasearch-client-javascript/packages/**/__tests__/**/*.ts'],
207207

208-
extends: ["plugin:vitest/legacy-recommended"],
209-
210208
plugins: ['@vitest/eslint-plugin'],
211209
},
212210
{

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@stylistic/eslint-plugin": "2.8.0",
3939
"@typescript-eslint/eslint-plugin": "8.8.0",
4040
"@typescript-eslint/parser": "8.8.0",
41-
"@vitest/eslint-plugin": "1.1.6",
41+
"@vitest/eslint-plugin": "1.0.1",
4242
"eslint": "8.57.1",
4343
"eslint-config-algolia": "23.1.7",
4444
"eslint-config-prettier": "9.1.0",
@@ -48,7 +48,6 @@
4848
"eslint-plugin-json": "4.0.1",
4949
"eslint-plugin-prettier": "5.2.1",
5050
"eslint-plugin-unused-imports": "3.2.0",
51-
"@vitest/eslint-plugin": "1.0.1",
5251
"eslint-plugin-yml": "1.14.0",
5352
"husky": "9.1.6",
5453
"lint-staged": "15.2.10",

0 commit comments

Comments
 (0)