File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
"@types/node" : " ^22.0.0" ,
82
82
"@types/request" : " ^2.48.5" ,
83
83
"@types/semver" : " ^7.3.1" ,
84
- "@typescript-eslint/eslint-plugin" : " ^7 .0.0" ,
85
- "@typescript-eslint/parser" : " ^7 .0.0" ,
84
+ "@typescript-eslint/eslint-plugin" : " ^8 .0.0" ,
85
+ "@typescript-eslint/parser" : " ^8 .0.0" ,
86
86
"env-cmd" : " ^10.1.0" ,
87
87
"esbuild-register" : " ^3.3.3" ,
88
88
"eslint" : " ^9.5.0" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export function loadTestCases(
96
96
try {
97
97
// writeFixtures(ruleName, inputFile, { force: true });
98
98
errors = fs . readFileSync ( errorFile , "utf8" ) ;
99
- } catch ( _e ) {
99
+ } catch {
100
100
writeFixtures ( ruleName , inputFile ) ;
101
101
errors = fs . readFileSync ( errorFile , "utf8" ) ;
102
102
}
You can’t perform that action at this time.
0 commit comments