I developed a TsLint rule for my team so that we don't forget to remove the fdescribe()
calls in unit tests before committing.
On WebStorm, everything is fine. But on Visual Studio Code (with official tslint extension), a big error is displayed until the fdescribe()
is removed, which is annoying.
Is there a way to tell Visual Studio Code to ignore this TsLint error ?