I'm currently using WebStorm (2017.2.4) on MacOS Sierra and this pop-up shows up once in a while:

My colleagues and I have exactly the same TSLint config and code style defined in WebStorm. The problem occurs only on my machine.
I've tried to:
With no success.
I'm not sure whether this will solve your problem or not.
Enable the plugin in your tsconfig.json file:
{
  "compilerOptions": {
    "plugins": [
      { "name": "tslint-language-service"}
    ]
  }
}
For more detail, please go to this URL: https://www.npmjs.com/package/tslint-language-service
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With