Skip to content

Commit

Permalink
fix: add eslint dep
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 23, 2020
1 parent 62a3794 commit 996d6b2
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -10,6 +10,6 @@ jobs:
uses: nodenv/actions-setup-nodenv@v2.0.4
- uses: actions/checkout@v1
- name: install eslint
run: npm install eslint@6.8.0 @typescript-eslint/parser@2.25.0 @typescript-eslint/eslint-plugin@2.25.0
run: npm install
- name: lint
run: ./node_modules/.bin/eslint . --ext .ts

0 comments on commit 996d6b2

Please sign in to comment.