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 69dc489 commit c97cb77Copy full SHA for c97cb77
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
shell: bash
124
run: |
125
# eslint for linting
126
- # - remove on Node.js < 8
+ # - remove on Node.js < 10
127
if [[ "$(cut -d. -f1 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
128
node -pe 'Object.keys(require("./package").devDependencies).join("\n")' | \
129
grep -E '^eslint(-|$)' | \
package.json
@@ -19,7 +19,7 @@
19
},
20
"devDependencies": {
21
"after": "0.8.2",
22
- "eslint": "6.8.0",
+ "eslint": "7.32.0",
23
"eslint-config-standard": "14.0.1",
24
"eslint-plugin-import": "2.25.3",
25
"eslint-plugin-markdown": "1.0.0",
0 commit comments