Skip to content

Commit

Permalink
chore(deps): replace eslint-plugin-vitest with official one
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Sep 19, 2024
1 parent df6f3ee commit ee046a6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 149 deletions.
2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { includeIgnoreFile } from '@eslint/compat';
import eslint from '@eslint/js';
import stylistic from '@stylistic/eslint-plugin';
import eslintPluginVitest from '@vitest/eslint-plugin';
import eslintPluginJsdoc from 'eslint-plugin-jsdoc';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
import eslintPluginUnicorn from 'eslint-plugin-unicorn';
import eslintPluginVitest from 'eslint-plugin-vitest';
import { dirname, resolve } from 'node:path';
import { fileURLToPath } from 'node:url';
import tseslint from 'typescript-eslint';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"@types/semver": "7.5.8",
"@types/validator": "13.12.1",
"@vitest/coverage-v8": "2.1.1",
"@vitest/eslint-plugin": "1.1.4",
"@vitest/ui": "2.1.1",
"@vueuse/core": "11.1.0",
"commit-and-tag-version": "12.4.4",
Expand All @@ -124,13 +125,12 @@
"eslint-plugin-jsdoc": "50.2.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "55.0.0",
"eslint-plugin-vitest": "0.5.4",
"jiti": "1.21.6",
"npm-run-all2": "6.2.3",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-packagejson": "2.5.2",
"rimraf": "6.0.1",
"rimraf": "5.0.10",
"sanitize-html": "2.13.0",
"semver": "7.6.3",
"ts-morph": "23.0.0",
Expand Down
Loading

0 comments on commit ee046a6

Please sign in to comment.