We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f4043 commit a592f18Copy full SHA for a592f18
.eslintrc.cjs
@@ -29,6 +29,7 @@ module.exports = {
29
'@eslint-community/eslint-plugin-eslint-comments',
30
'@stylistic/eslint-plugin-js',
31
'@typescript-eslint/eslint-plugin',
32
+ '@vitest',
33
'eslint-plugin-array-func',
34
'eslint-plugin-github',
35
'eslint-plugin-import-x',
@@ -37,7 +38,6 @@ module.exports = {
37
38
'eslint-plugin-regexp',
39
'eslint-plugin-sonarjs',
40
'eslint-plugin-unicorn',
- 'eslint-plugin-vitest',
41
'eslint-plugin-vitest-globals',
42
'eslint-plugin-wc',
43
],
0 commit comments