Skip to content

Commit

Permalink
feat: upgrade @typescript-eslint to v8 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 31, 2024
1 parent 073bfb8 commit 572b041
Show file tree
Hide file tree
Showing 5 changed files with 579 additions and 574 deletions.
10 changes: 10 additions & 0 deletions fixtures/input/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
}
}
10 changes: 10 additions & 0 deletions fixtures/output/tab-double-quotes/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@
"dependencies": {
"@antfu/install-pkg": "^0.3.3",
"@clack/prompts": "^0.7.0",
"@stylistic/eslint-plugin": "^2.6.0-beta.1",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.40",
"@typescript-eslint/parser": "8.0.0-alpha.40",
"@stylistic/eslint-plugin": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint-config-flat-gitignore": "^0.1.8",
"eslint-flat-config-utils": "^0.3.0",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.3.4",
"eslint-plugin-command": "^0.2.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.1",
Expand All @@ -135,16 +135,16 @@
"devDependencies": {
"@antfu/eslint-config": "workspace:*",
"@antfu/ni": "^0.22.0",
"@eslint-react/eslint-plugin": "^1.6.0",
"@eslint-react/eslint-plugin": "^1.7.1",
"@eslint/config-inspector": "^0.5.2",
"@prettier/plugin-xml": "^3.4.1",
"@stylistic/eslint-plugin-migrate": "^2.4.0",
"@stylistic/eslint-plugin-migrate": "^2.6.0",
"@types/eslint": "^9.6.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.12",
"@types/node": "^22.0.2",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"@unocss/eslint-plugin": "^0.61.6",
"@unocss/eslint-plugin": "^0.61.9",
"astro-eslint-parser": "^1.0.2",
"bumpp": "^9.4.1",
"eslint": "npm:[email protected]",
Expand All @@ -168,13 +168,13 @@
"svelte": "^4.2.18",
"svelte-eslint-parser": "^0.41.0",
"tsup": "^8.2.3",
"tsx": "^4.16.2",
"tsx": "^4.16.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4",
"vue": "^3.4.34"
"vitest": "^2.0.5",
"vue": "^3.4.35"
},
"resolutions": {
"tsx": "~4.16.2"
"tsx": "~4.16.3"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
Loading

0 comments on commit 572b041

Please sign in to comment.