Those errors are pretty useless and annoying when it comes to writing test files. "Cannot find name 'describe.'". How would I go about disabling these errors? I tried writing /* eslint-disable */
at the top and it didn't work. I tried the same thing but replacing the eslint with tslint since im using typescript and it still doesn't work.
I create a .eslintignore file in the directory and it still doesn't make those fake-errors disappear. What is the solution? Thank you