Skip to content

Commit 03a2193

Browse files
chore: bump typescript-eslint to v8 (#351)
1 parent 1ea2db1 commit 03a2193

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default [
4646
ecmaVersion: "latest",
4747
sourceType: "script",
4848
parserOptions: {
49-
project: true,
49+
projectService: true,
5050
},
5151
},
5252
rules: {

lib/utils/get-auto-jsonc-rules-config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function getConfigResolver(
5757
.extractConfig(absolutePath)
5858
.toCompatibleObjectAsConfigFileContent();
5959
});
60-
} catch (_e) {
60+
} catch {
6161
// ignore
6262
// console.log(_e);
6363
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
"@types/natural-compare": "^1.4.0",
9292
"@types/node": "^20.0.0",
9393
"@types/semver": "^7.3.1",
94-
"@typescript-eslint/eslint-plugin": "^7.13.1",
95-
"@typescript-eslint/parser": "^7.13.1",
94+
"@typescript-eslint/eslint-plugin": "^8.0.0",
95+
"@typescript-eslint/parser": "^8.0.0",
9696
"dts-bundle": "^0.7.3",
9797
"env-cmd": "^10.1.0",
9898
"esbuild": "^0.23.0",
@@ -123,7 +123,7 @@
123123
"stylelint-stylus": "^1.0.0",
124124
"ts-node": "^10.0.0",
125125
"typescript": "~5.0.0",
126-
"typescript-eslint": "^7.13.1",
126+
"typescript-eslint": "^8.0.0",
127127
"vite-plugin-eslint4b": "^0.4.6",
128128
"vitepress": "^1.2.3",
129129
"vue-eslint-parser": "^9.0.0"

0 commit comments

Comments
 (0)