Skip to content

Commit

Permalink
fix: use fork of eslint-plugin-import-x
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 26, 2024
1 parent 12718a4 commit 78d5234
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 350 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@antfu/eslint-config",
"type": "module",
"version": "2.27.1",
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down Expand Up @@ -102,13 +102,13 @@
"@stylistic/eslint-plugin": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitest/eslint-plugin": "^1.0.3",
"@vitest/eslint-plugin": "^1.0.5",
"eslint-config-flat-gitignore": "^0.1.8",
"eslint-flat-config-utils": "^0.3.1",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.3.6",
"eslint-plugin-command": "^0.2.3",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-import-x": "npm:@antfu/eslint-plugin-import-x@^3.1.0-1",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.1.0",
Expand Down Expand Up @@ -139,15 +139,15 @@
"@eslint/config-inspector": "^0.5.4",
"@prettier/plugin-xml": "^3.4.1",
"@stylistic/eslint-plugin-migrate": "^2.6.4",
"@types/eslint": "^9.6.0",
"@types/eslint": "^9.6.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.0",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33",
"@unocss/eslint-plugin": "^0.62.2",
"@unocss/eslint-plugin": "^0.62.3",
"astro-eslint-parser": "^1.0.2",
"bumpp": "^9.5.2",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^4.6.2",
Expand All @@ -165,18 +165,18 @@
"prettier-plugin-slidev": "^1.0.5",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"svelte": "^4.2.18",
"svelte": "^4.2.19",
"svelte-eslint-parser": "^0.41.0",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue": "^3.4.38"
},
"resolutions": {
"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/utils": "^8.2.0",
"tsx": "~4.17.0"
"tsx": "~4.17.1"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
Loading

0 comments on commit 78d5234

Please sign in to comment.