Skip to content

Commit ac87852

Browse files
aladdin-addbmish
andauthored
Build: test on eslint v8 (fixes #175) (#186)
* --wip-- [skip ci] * Build: test on eslint v8 * chore: upgrade to 8.0.0-rc.0 * fix: use fisker/eslint-plugin-unicorn * chore: upgrade espree & eslint-scope to use the same version as eslint v8 * Update package.json * Update package.json Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com> Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
1 parent 3a794ed commit ac87852

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.github/workflows/main.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: npm install
25+
# TODO: remove "--force" once eslint v8 released
26+
- run: npm install --force
2627
- run: npm test
2728

2829
lint:
@@ -41,3 +42,13 @@ jobs:
4142
- run: npm install
4243
- run: npm install --save-dev eslint@6
4344
- run: npm test
45+
46+
eslint7:
47+
runs-on: ubuntu-latest
48+
steps:
49+
- uses: actions/checkout@v2
50+
- uses: actions/setup-node@v2
51+
- run: npm install
52+
- run: npm install --save-dev eslint@7
53+
- run: npm test
54+

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"devDependencies": {
4242
"chai": "^4.1.0",
4343
"dirty-chai": "^2.0.1",
44-
"eslint": "^7.9.0",
44+
"eslint": "^8.0.0",
4545
"eslint-config-not-an-aardvark": "^2.1.0",
4646
"eslint-plugin-markdown": "^2.0.1",
4747
"eslint-plugin-node": "^11.1.0",
4848
"eslint-plugin-self": "^1.2.1",
49-
"eslint-plugin-unicorn": "^36.0.0",
50-
"eslint-scope": "^5.1.1",
51-
"espree": "^7.3.0",
49+
"eslint-plugin-unicorn": "github:fisker/eslint-plugin-unicorn#eslint-8",
50+
"eslint-scope": "^6.0.0",
51+
"espree": "^9.0.0",
5252
"estraverse": "^5.0.0",
5353
"lodash": "^4.17.2",
5454
"markdownlint-cli": "^0.28.1",

0 commit comments

Comments
 (0)