We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a8c6a commit c82cd8cCopy full SHA for c82cd8c
.github/workflows/main.yml
@@ -56,5 +56,4 @@ jobs:
56
with:
57
node-version: "lts/*"
58
- run: npm install
59
- - run: npm install --save-dev eslint@8 # eslint-remote-tester does not support eslint v9.
60
- run: npm run test:remote
package.json
@@ -19,7 +19,7 @@
19
"lint:package-json": "npmPkgJsonLint .",
20
"release": "release-it",
21
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
22
- "test:remote": "eslint-remote-tester -c eslint-remote-tester.config.mjs",
+ "test:remote": "eslint-remote-tester -c ./eslint-remote-tester.config.mjs",
23
"update:eslint-docs": "eslint-doc-generator"
24
},
25
"files": [
0 commit comments