We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa4233 commit c816298Copy full SHA for c816298
1 file changed
.github/workflows/eslinter.yml
@@ -38,8 +38,7 @@ jobs:
38
39
- name: Install ESLint
40
run: |
41
- npm install eslint --save-dev
42
- npm install eslint-config-standard --save-dev
+ npm install eslint eslint-config
43
44
- name: Lint ECMAScript
45
run: ./node_modules/.bin/eslint --config=${{ inputs.config}} --debug
0 commit comments