Skip to content

Commit c82cd8c

Browse files
committed
chore: update test:remote -c
1 parent 28a8c6a commit c82cd8c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,4 @@ jobs:
5656
with:
5757
node-version: "lts/*"
5858
- run: npm install
59-
- run: npm install --save-dev eslint@8 # eslint-remote-tester does not support eslint v9.
6059
- run: npm run test:remote

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:package-json": "npmPkgJsonLint .",
2020
"release": "release-it",
2121
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
22-
"test:remote": "eslint-remote-tester -c eslint-remote-tester.config.mjs",
22+
"test:remote": "eslint-remote-tester -c ./eslint-remote-tester.config.mjs",
2323
"update:eslint-docs": "eslint-doc-generator"
2424
},
2525
"files": [

0 commit comments

Comments
 (0)