Skip to content

Commit c816298

Browse files
committed
Bump version
1 parent 5fa4233 commit c816298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/eslinter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838

3939
- name: Install ESLint
4040
run: |
41-
npm install eslint --save-dev
42-
npm install eslint-config-standard --save-dev
41+
npm install eslint eslint-config
4342
4443
- name: Lint ECMAScript
4544
run: ./node_modules/.bin/eslint --config=${{ inputs.config}} --debug

0 commit comments

Comments
 (0)