Hi, is there any guide to enable husky in sst with...
# help
a
Hi, is there any guide to enable husky in sst with typescript? To avoid committing without the lint passing
f
@Jay is there anywhere else we are configuring husky?
a
I implemented it by having a
.husky/pre-commit
that contains a
yarn test
and since tests run the lint that is doing the trick
j
That’s interesting, I can see the need to just run the linter. Maybe something like
sst lint
. If other folks need this, we could look into it!