Skip to content

Commit c38321b

Browse files
committed
chore: remove eslint-plugin-vitest
1 parent 4eb65b3 commit c38321b

File tree

3 files changed

+0
-150
lines changed

3 files changed

+0
-150
lines changed

eslint.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import importPlugin from 'eslint-plugin-import'
55
import prettier from 'eslint-plugin-prettier'
66
import react from 'eslint-plugin-react'
77
import reactHooks from 'eslint-plugin-react-hooks'
8-
import vitest from 'eslint-plugin-vitest'
98

109
export default [
1110
js.configs.recommended,
@@ -49,7 +48,6 @@ export default [
4948
'react-hooks': reactHooks,
5049
import: importPlugin,
5150
prettier,
52-
vitest,
5351
},
5452
rules: {
5553
// ESLint recommended rules are included via js.configs.recommended
@@ -111,12 +109,6 @@ export default [
111109
'react-hooks/rules-of-hooks': 'error',
112110
'react-hooks/exhaustive-deps': 'warn',
113111

114-
// Vitest rules
115-
'vitest/consistent-test-it': [
116-
'error',
117-
{ fn: 'it', withinDescribe: 'it' },
118-
],
119-
120112
// Sort imports
121113
'sort-imports': [
122114
'error',

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"eslint-plugin-prettier": "^5.2.1",
8484
"eslint-plugin-react": "^7.37.5",
8585
"eslint-plugin-react-hooks": "^5.1.0",
86-
"eslint-plugin-vitest": "^0.5.4",
8786
"jotai": "^2.4.2",
8887
"jsdom": "^25.0.1",
8988
"npm-run-all": "^4.1.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)