Skip to content

Commit

Permalink
chore: update test:remote -c
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Dec 2, 2024
1 parent 28a8c6a commit c82cd8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ jobs:
with:
node-version: "lts/*"
- run: npm install
- run: npm install --save-dev eslint@8 # eslint-remote-tester does not support eslint v9.
- run: npm run test:remote
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint:package-json": "npmPkgJsonLint .",
"release": "release-it",
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
"test:remote": "eslint-remote-tester -c eslint-remote-tester.config.mjs",
"test:remote": "eslint-remote-tester -c ./eslint-remote-tester.config.mjs",
"update:eslint-docs": "eslint-doc-generator"
},
"files": [
Expand Down

0 comments on commit c82cd8c

Please sign in to comment.