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 8181 "@types/node" : " ^22.0.0" ,
8282 "@types/request" : " ^2.48.5" ,
8383 "@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" ,
8686 "env-cmd" : " ^10.1.0" ,
8787 "esbuild-register" : " ^3.3.3" ,
8888 "eslint" : " ^9.5.0" ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments