How to delete all unused variables in a project in WebStorm or other editor?
I have a lot of unused CommonJS imports like this. I'd like to remove them from my project.
var ReactDOM = require('react-dom');
How to delete all unused variables in a project in WebStorm or other editor?
I have a lot of unused CommonJS imports like this. I'd like to remove them from my project.
var ReactDOM = require('react-dom');