File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 57
57
- eslint : 6
58
58
node : 18
59
59
os : ubuntu-latest
60
- - eslint : 5
61
- node : 18
62
- os : ubuntu-latest
63
- - eslint : 4
64
- node : 18
65
- os : ubuntu-latest
66
60
# On the minimum supported ESLint/Node.js version
67
- - eslint : 4.19.1
61
+ - eslint : 6.0.0
68
62
node : 12.22.0
69
63
os : ubuntu-latest
70
64
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ npm install --save-dev eslint @eslint-community/eslint-plugin-eslint-comments
27
27
28
28
::: tip Requirements
29
29
- Node.js ` ^12.22.0 || ^14.17.0 || >=16.0.0 `
30
- - ESLint ` 4.19.1 ` or newer.
30
+ - ESLint ` ^6.0.0 || ^7.0.0 `
31
31
:::
32
32
33
33
## 📖 Usage
Original file line number Diff line number Diff line change 10
10
" lib"
11
11
],
12
12
"peerDependencies" : {
13
- "eslint" : " >=4.19.1 "
13
+ "eslint" : " ^6.0.0 || ^7.0.0 "
14
14
},
15
15
"dependencies" : {
16
16
"escape-string-regexp" : " ^1.0.5" ,
You can’t perform that action at this time.
0 commit comments