Skip to content

Commit

Permalink
fix: error on --cache
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 15, 2023
1 parent 058fbd9 commit 1149bf7
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 75 deletions.
19 changes: 9 additions & 10 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@antfu/eslint-config",
"type": "module",
"version": "2.4.5",
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.12.1",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down Expand Up @@ -68,26 +68,25 @@
"@eslint-types/typescript-eslint": "^6.12.0",
"@eslint-types/unicorn": "^49.0.0",
"@stylistic/eslint-plugin": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint-config-flat-gitignore": "^0.1.2",
"eslint-merge-processors": "^0.1.0",
"eslint-parser-plain": "^0.1.0",
"eslint-plugin-antfu": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsonc": "^2.10.0",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-jsonc": "^2.11.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-toml": "^0.7.1",
"eslint-plugin-toml": "^0.8.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vitest": "^0.3.15",
"eslint-plugin-vitest": "^0.3.17",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-yml": "^1.10.0",
"eslint-plugin-yml": "^1.11.0",
"eslint-processor-vue-blocks": "^0.1.1",
"globals": "^13.24.0",
"jsonc-eslint-parser": "^2.4.0",
Expand All @@ -105,7 +104,7 @@
"@antfu/eslint-plugin-prettier": "^5.0.1-1",
"@antfu/ni": "^0.21.12",
"@stylistic/eslint-plugin-migrate": "^1.5.1",
"@types/eslint": "^8.44.8",
"@types/eslint": "^8.44.9",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.4",
"@types/prompts": "^2.4.9",
Expand Down

0 comments on commit 1149bf7

Please sign in to comment.