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: