Add eslint to `just lint`

This commit is contained in:
Alex Gleason 2023-08-31 13:21:10 -05:00
parent c6133f7160
commit 350951b88e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 3 additions and 2 deletions

View File

@ -24,4 +24,4 @@ jobs:
with:
node-version: 18
- run: just install-dependencies
- run: just format-check
- run: just lint

View File

@ -22,5 +22,6 @@ publish: build emit-types
format:
prettier --plugin-search-dir . --write .
format-check:
lint:
eslint --ext .ts .
prettier --plugin-search-dir . --check .