Graham Tremper
03/11/2022, 5:56 AMsst with seed, and noticed my lint isn't being run. The docs say this should run by default. I have a .eslintrc.json file and can run the lint manually with yarn eslint src . I have unit tests turned off on seed.run currently, is that required? Thanks!Frank
linting set to false in your sst.json?Frank
Graham Tremper
03/11/2022, 6:24 PMlinting in my sst.json. I tried setting it to true explicitly with no affect as well.
"@serverless-stack/cli": "0.69.0",
"@serverless-stack/resources": "0.69.0",Frank
sst build locally and see if the linting is run?Graham Tremper
03/14/2022, 5:57 PMyarn generate && sst build where yarn generate is prisma generate. I get eslint "lint errors" when I run the lint manually with yarn eslint src.Frank
sst build process.Frank
Frank
Graham Tremper
03/22/2022, 5:54 PMFrank
Frank
before_deploy step.Frank