Double tslint inspection in the same error
Hello, I have an issue in webstorm 2019.1 I sets the tslint inspection to be a weak warning in the setting , but I got one weak warring and one error in the same place. the error is confusing me! and I don't understand why I have two inspections for the same error !!
no severity is set in my tslint config file.

Please sign in to leave a comment.
One error (prefixed with TSLint: and highlighted as a warning) comes from TSLint integration; the other (with tslint: prefix) is provided by by the TypeScript compiler service. You must have
typescript-tslint-pluginplugin set up in yourtsconfig.json.To avoid duplicating TSLint errors, either disable the intergration in Settings | Languages & Frameworks | TypeScript | TSLint or remove the plugin from your
tsconfig.json.