Skip to content

Commit

Permalink
chore: bump typescript-eslint to v8 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored Sep 12, 2024
1 parent 1ea2db1 commit 03a2193
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default [
ecmaVersion: "latest",
sourceType: "script",
parserOptions: {
project: true,
projectService: true,
},
},
rules: {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/get-auto-jsonc-rules-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function getConfigResolver(
.extractConfig(absolutePath)
.toCompatibleObjectAsConfigFileContent();
});
} catch (_e) {
} catch {
// ignore
// console.log(_e);
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"@types/natural-compare": "^1.4.0",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"dts-bundle": "^0.7.3",
"env-cmd": "^10.1.0",
"esbuild": "^0.23.0",
Expand Down Expand Up @@ -123,7 +123,7 @@
"stylelint-stylus": "^1.0.0",
"ts-node": "^10.0.0",
"typescript": "~5.0.0",
"typescript-eslint": "^7.13.1",
"typescript-eslint": "^8.0.0",
"vite-plugin-eslint4b": "^0.4.6",
"vitepress": "^1.2.3",
"vue-eslint-parser": "^9.0.0"
Expand Down

0 comments on commit 03a2193

Please sign in to comment.