File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5757 "@eslint/js" : " ^9.16.0" ,
5858 "@release-it/conventional-changelog" : " ^9.0.3" ,
5959 "@types/eslint" : " ^9.6.1" ,
60- "@types/estree" : " ^1.0.5 " ,
61- "@typescript-eslint/parser" : " ^7.7.0 " ,
62- "@typescript-eslint/utils" : " ^7.7.0 " ,
60+ "@types/estree" : " ^1.0.8 " ,
61+ "@typescript-eslint/parser" : " ^8.34.1 " ,
62+ "@typescript-eslint/utils" : " ^8.34.1 " ,
6363 "chai" : " ^4.5.0" ,
6464 "eslint" : " ^9.16.0" ,
6565 "eslint-config-not-an-aardvark" : " ^2.1.0" ,
8383 "nyc" : " ^17.1.0" ,
8484 "prettier" : " ^3.4.1" ,
8585 "release-it" : " ^17.2.0" ,
86- "typescript" : " ^5.7.2 "
86+ "typescript" : " ^5.8.3 "
8787 },
8888 "peerDependencies" : {
8989 "eslint" : " >=8.23.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ const ruleTester = new RuleTester({
88 languageOptions : {
99 parser : require ( '@typescript-eslint/parser' ) ,
1010 parserOptions : {
11- project : './tsconfig.json' ,
11+ projectService : {
12+ defaultProject : 'tsconfig.json' ,
13+ } ,
1214 tsconfigRootDir : path . join ( __dirname , '../fixtures' ) ,
1315 } ,
1416 } ,
You can’t perform that action at this time.
0 commit comments