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 c4273df commit cabcecaCopy full SHA for cabceca
.github/workflows/main.yml
@@ -22,7 +22,8 @@ jobs:
22
- uses: actions/setup-node@v2
23
with:
24
node-version: ${{ matrix.node-version }}
25
- - run: npm install
+ # TODO: remove "--force" once eslint v8 released
26
+ - run: npm install --force
27
- run: npm test
28
29
lint:
package.json
@@ -42,7 +42,7 @@
42
"@not-an-aardvark/node-release-script": "^0.1.0",
43
"chai": "^4.1.0",
44
"dirty-chai": "^2.0.1",
45
- "eslint": "^7.9.0",
+ "eslint": "8.0.0-beta.2",
46
"eslint-config-not-an-aardvark": "^2.1.0",
47
"eslint-plugin-markdown": "^2.0.1",
48
"eslint-plugin-node": "^11.1.0",
0 commit comments