Is there a way to run just the LINTER from SST?
# sst
a
Is there a way to run just the LINTER from SST?
f
@thdxr is the expert.. I will let him chime in lol
a
Yeah i was looking for a command like…
sst lint
Like today I’m running
sst build
, and that runs the linter inside… I was looking to “just lint”.
t
You should be able to do just
yarn eslint ./src
The latest changes I made, I tried to make it so sst does almost nothing and just calls eslint
a
Ok cool.
Going to try it.
I mean upgrading.