Skip to content

Commit

Permalink
More trying
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Apr 13, 2024
1 parent ef00560 commit 9f25865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install eslint
run: |
npm i eslint --save-dev
npm install eslint @babel/core @babel/eslint-parser --save-dev
npm install @babel/core @babel/eslint-parser --save-dev
npm install
- name: Lint
run: ./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx

0 comments on commit 9f25865

Please sign in to comment.