We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8634d84 commit 84249ecCopy full SHA for 84249ec
.github/workflows/main.yml
@@ -37,17 +37,6 @@ jobs:
37
- run: npm install
38
- run: npm run lint
39
40
- eslint6:
41
- runs-on: ubuntu-latest
42
- steps:
43
- - uses: actions/checkout@v3
44
- - uses: actions/setup-node@v3
45
- with:
46
- node-version: "18.x"
47
- - run: npm install
48
- - run: npm install --save-dev eslint@6
49
- - run: npm test
50
-
51
eslint7:
52
runs-on: ubuntu-latest
53
steps:
package.json
@@ -70,7 +70,7 @@
70
"typescript": "^4.4.3"
71
},
72
"peerDependencies": {
73
- "eslint": ">=6.0.0"
+ "eslint": ">=7.0.0"
74
75
"engines": {
76
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
0 commit comments