Skip to content

Commit

Permalink
WIP: fix: resolve eslint findings #54
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed May 21, 2024
1 parent 0196b82 commit 2aeea19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install ESLint
run: |
npm install [email protected]
npm install @microsoft/[email protected]
- name: Install Node Packages
run: npm install --save-dev

- name: Run ESLint
run: npx eslint .
Expand Down

0 comments on commit 2aeea19

Please sign in to comment.