I'm trying to disable TSlint (Version: typescript 3.5.2, tslint 5.18.0) for a block of code in a VueJS project but it doesn't seems to work (it still displays errors and warning for this block at compilation with npm run serve)
I've already tried to use commented tslint:disable and eslint-disable without success.
Thanks for your help
npm run serve
invokes another linter than TSlint but I don't know which one nor do I know how to disable it for few lines – Spalato