File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 matrix :
1414 node-version :
15+ - 24
1516 - 23
1617 - 22
1718 - 21
@@ -40,13 +41,13 @@ jobs:
4041 eslint8 :
4142 runs-on : ubuntu-latest
4243 steps :
43- - uses : actions/checkout@v4
44- - uses : actions/setup-node@v4
45- with :
46- node-version : " lts/*"
47- - run : npm install
48- - run : npm install --save-dev eslint@8
49- - run : npm test
44+ - uses : actions/checkout@v4
45+ - uses : actions/setup-node@v4
46+ with :
47+ node-version : " lts/*"
48+ - run : npm install
49+ - run : npm install --save-dev eslint@8
50+ - run : npm test
5051
5152 test-remote :
5253 name : eslint-remote-tester
Original file line number Diff line number Diff line change 5858 "@eslint/js" : " ^9.16.0" ,
5959 "@release-it/conventional-changelog" : " ^9.0.3" ,
6060 "@types/eslint" : " ^9.6.1" ,
61- "@types/estree" : " ^1.0.5 " ,
62- "@typescript-eslint/parser" : " ^7.7.0 " ,
63- "@typescript-eslint/utils" : " ^7.7.0 " ,
61+ "@types/estree" : " ^1.0.8 " ,
62+ "@typescript-eslint/parser" : " ^8.34.1 " ,
63+ "@typescript-eslint/utils" : " ^8.34.1 " ,
6464 "c8" : " ^10.1.3" ,
6565 "chai" : " ^4.5.0" ,
6666 "eslint" : " ^9.16.0" ,
8484 "npm-run-all2" : " ^7.0.1" ,
8585 "prettier" : " ^3.4.1" ,
8686 "release-it" : " ^17.2.0" ,
87- "typescript" : " ^5.7.2 "
87+ "typescript" : " ^5.8.3 "
8888 },
8989 "peerDependencies" : {
9090 "eslint" : " >=8.23.0"
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ const ruleTester = new RuleTester({
99 languageOptions : {
1010 parser,
1111 parserOptions : {
12- project : './tsconfig.json' ,
12+ projectService : {
13+ defaultProject : 'tsconfig.json' ,
14+ } ,
1315 tsconfigRootDir : path . join ( dirname , '../fixtures' ) ,
1416 } ,
1517 } ,
You can’t perform that action at this time.
0 commit comments