Skip to content

Commit

Permalink
chore: rules cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 17, 2024
1 parent 187e570 commit 4f48899
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 216 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.6.2",
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.14.1",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down Expand Up @@ -73,28 +73,28 @@
"@antfu/eslint-define-config": "^1.23.0-2",
"@antfu/install-pkg": "^0.3.1",
"@eslint-types/jsdoc": "46.8.2-1",
"@eslint-types/typescript-eslint": "^6.17.0",
"@eslint-types/typescript-eslint": "^6.18.1",
"@eslint-types/unicorn": "^50.0.1",
"@stylistic/eslint-plugin": "^1.5.3",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-config-flat-gitignore": "^0.1.2",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.1.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsonc": "^2.11.2",
"eslint-plugin-jsonc": "^2.12.2",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-toml": "^0.8.0",
"eslint-plugin-toml": "^0.9.2",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-yml": "^1.11.0",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-yml": "^1.12.2",
"eslint-processor-vue-blocks": "^0.1.1",
"globals": "^13.24.0",
"jsonc-eslint-parser": "^2.4.0",
Expand All @@ -103,7 +103,7 @@
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"toml-eslint-parser": "^0.9.3",
"vue-eslint-parser": "^9.3.2",
"vue-eslint-parser": "^9.4.0",
"yaml-eslint-parser": "^1.2.2",
"yargs": "^17.7.2"
},
Expand All @@ -112,15 +112,15 @@
"@antfu/eslint-plugin-prettier": "^5.0.1-1",
"@antfu/ni": "^0.21.12",
"@stylistic/eslint-plugin-migrate": "^1.5.3",
"@types/eslint": "^8.56.1",
"@types/eslint": "^8.56.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.7",
"@types/node": "^20.11.5",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"@unocss/eslint-plugin": "^0.58.3",
"bumpp": "^9.2.1",
"bumpp": "^9.3.0",
"eslint": "npm:eslint-ts-patch@^8.56.0-0",
"eslint-flat-config-viewer": "^0.1.4",
"eslint-flat-config-viewer": "^0.1.11",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -138,8 +138,8 @@
"svelte-eslint-parser": "^0.33.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.3",
"vue": "^3.4.5"
"vitest": "^1.2.0",
"vue": "^3.4.14"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 4f48899

Please sign in to comment.