David Martin
07/26/2021, 6:57 PMyarn run build the linter gives the error: Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
So, I’ve created an .eslintrc.json in my root dir and added this to the rules section: "@typescript-eslint/ban-ts-ignore": "off".
But the linter keeps spitting out the `ban-ts-comment`error. I can’t get the build to run. Ideas?Ross Coundon
07/26/2021, 6:59 PMDavid Martin
07/26/2021, 6:59 PMFrank
lint in ur sst.json help?Frank
David Martin
07/26/2021, 7:27 PMDavid Martin
07/26/2021, 7:27 PMDavid Martin
07/26/2021, 7:27 PMDavid Martin
07/26/2021, 7:39 PM"parserOptions": {
"project": "../../../packages/server/tsconfig.json"
}