From fa085367c90d1194aad0f7c3943f9ec3ca1623cb Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 31 Aug 2023 13:22:43 -0500 Subject: [PATCH] Add eslint to `just format` --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 3490084..0db18fd 100644 --- a/justfile +++ b/justfile @@ -20,6 +20,7 @@ publish: build emit-types npm publish format: + eslint --ext .ts --fix . prettier --plugin-search-dir . --write . lint: