Is there a way to disable Webstorm "unused XY" warnings for certain files (here: Storybook stories)?

Can I disable all the "unused XY" warnings I get when using Storybook stories?

Unused default export

or

Unused constant XY

 

0
1 comment

You can disable "Unused local\global symbol" inspections in `Settings > Editor > Inspections`. Or suppress them for a particular file or statement: https://www.jetbrains.com/help/webstorm/disabling-and-enabling-inspections.html#suppress-in-editor.

0

Please sign in to leave a comment.