Skip to content

Commit

Permalink
feat: update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 26, 2024
1 parent 9736c89 commit 56cde3f
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 150 deletions.
32 changes: 16 additions & 16 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.18.1",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
"license": "MIT",
Expand Down Expand Up @@ -99,37 +99,37 @@
"@antfu/install-pkg": "^0.3.3",
"@clack/prompts": "^0.7.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-flat-config-utils": "^0.2.5",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.2.0",
"eslint-plugin-command": "^0.2.2",
"eslint-plugin-antfu": "^2.3.0",
"eslint-plugin-command": "^0.2.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-import-x": "^0.5.1",
"eslint-plugin-jsdoc": "^48.2.6",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-toml": "^0.11.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-yml": "^1.14.0",
"eslint-processor-vue-blocks": "^0.1.2",
"globals": "^15.2.0",
"globals": "^15.3.0",
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^0.5.0",
"parse-gitignore": "^2.0.0",
"picocolors": "^1.0.1",
"toml-eslint-parser": "^0.9.3",
"vue-eslint-parser": "^9.4.2",
"yaml-eslint-parser": "^1.2.2",
"yaml-eslint-parser": "^1.2.3",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -144,7 +144,7 @@
"@types/node": "^20.12.12",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"@unocss/eslint-plugin": "^0.60.2",
"@unocss/eslint-plugin": "^0.60.3",
"astro-eslint-parser": "^1.0.2",
"bumpp": "^9.4.1",
"bundle-require": "^4.1.0",
Expand All @@ -161,21 +161,21 @@
"execa": "^9.1.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"prettier-plugin-astro": "^0.13.0",
"lint-staged": "^15.2.5",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-slidev": "^1.0.5",
"rimraf": "^5.0.7",
"simple-git-hooks": "^2.11.1",
"svelte": "^4.2.17",
"svelte-eslint-parser": "^0.36.0",
"tsup": "^8.0.2",
"tsx": "^4.10.4",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vue": "^3.4.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
Loading

0 comments on commit 56cde3f

Please sign in to comment.