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
Frank
05/19/2021, 4:36 PM
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?