Skip to content

Commit 0443170

Browse files
committed
Use package.json eslint version in lint github action
1 parent e56c3e2 commit 0443170

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
run: npm install
2626
env:
2727
CI: TRUE
28-
- name: Install vue plugin eslint
29-
run: npm install eslint-plugin-vue@latest --save-dev
3028
- name: Test Code Linting
3129
run: npm run eslint:github-action
3230
# Continue to the next step even if this fails

0 commit comments

Comments
 (0)