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
Please sign in to leave a 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.