We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5935b commit 9b30134Copy full SHA for 9b30134
.github/workflows/ci.yml
@@ -28,7 +28,6 @@ jobs:
28
29
- run: npm ci
30
- run: npm run test:unit
31
- - run: npm install --save-dev eslint@7 && npm run test:unit
32
33
- name: Coveralls
34
uses: coverallsapp/github-action@master
package.json
@@ -49,7 +49,7 @@
49
"typescript": "^5.0.4"
50
},
51
"peerDepencencies": {
52
- "eslint": ">=7.0.0 <9.0.0"
+ "eslint": ">=8.38.0 <9.0.0"
53
54
"repository": {
55
"type": "git",
0 commit comments