Skip to content

Commit 2c0f183

Browse files
authored
Merge branch 'main' into eslint-json-compat-utils
2 parents 095514c + 2fe17f8 commit 2c0f183

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"@types/node": "^22.0.0",
8383
"@types/request": "^2.48.5",
8484
"@types/semver": "^7.3.1",
85-
"@typescript-eslint/eslint-plugin": "^7.0.0",
86-
"@typescript-eslint/parser": "^7.0.0",
85+
"@typescript-eslint/eslint-plugin": "^8.0.0",
86+
"@typescript-eslint/parser": "^8.0.0",
8787
"env-cmd": "^10.1.0",
8888
"esbuild-register": "^3.3.3",
8989
"eslint": "^9.5.0",

tests/utils/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function loadTestCases(
9696
try {
9797
// writeFixtures(ruleName, inputFile, { force: true });
9898
errors = fs.readFileSync(errorFile, "utf8");
99-
} catch (_e) {
99+
} catch {
100100
writeFixtures(ruleName, inputFile);
101101
errors = fs.readFileSync(errorFile, "utf8");
102102
}

0 commit comments

Comments
 (0)