Skip to content

Commit

Permalink
feat: update stylistic and ts-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 8, 2024
1 parent 759d352 commit 25c1111
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 317 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
"dependencies": {
"@antfu/install-pkg": "^0.3.3",
"@clack/prompts": "^0.7.0",
"@stylistic/eslint-plugin": "^1.8.1",
"@typescript-eslint/eslint-plugin": "~7.7.1",
"@typescript-eslint/parser": "~7.7.1",
"@stylistic/eslint-plugin": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-flat-config-utils": "^0.2.4",
"eslint-merge-processors": "^0.1.0",
Expand Down Expand Up @@ -129,11 +129,10 @@
},
"devDependencies": {
"@antfu/eslint-config": "workspace:*",
"@antfu/eslint-plugin-prettier": "^5.0.1-1",
"@antfu/ni": "^0.21.12",
"@eslint-react/eslint-plugin": "^1.5.11",
"@eslint/config-inspector": "^0.4.8",
"@stylistic/eslint-plugin-migrate": "^1.8.1",
"@stylistic/eslint-plugin-migrate": "^2.0.0",
"@types/eslint": "^8.56.10",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.11",
Expand All @@ -149,7 +148,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-solid": "^0.14.0",
"eslint-plugin-svelte": "2.36.0-next.13",
"eslint-plugin-svelte": "^2.38.0",
"eslint-typegen": "^0.2.4",
"esno": "^4.7.0",
"execa": "^8.0.1",
Expand Down

0 comments on commit 25c1111

Please sign in to comment.