Hi there. I’m using the typescript starter from yo...
# help
a
Hi there. I’m using the typescript starter from your repo - https://github.com/AnomalyInnovations/serverless-typescript-starter - and I wondered if anyone could explain why I’m not seeing any linting error’s in VSCode but they do appear when deploying. I’m sure I’ve missed something obvious
f
Hey @Adie Williams, on deploy, the
serverless-bundle
plugin runs the lint process automatically. I’m not familiar with VSCode, you might have to setup linting there?
a
Thanks for clarifying @Frank