WebStorm NoInspection for Argument Type is not Assignable

Viewed 81

I have the following error and I would like to suppress it. enter image description here

There is no "auto" solution to it (ALT-Enter).

I already tried

  • // noinspection JSValidateTypes
  • // noinspection TypeScriptValidateTypes

Any ideas? Is there a JavaScript list for all noinspections?

0 Answers
Related