There are several things WebStorm can do to help you find potential problems in your JavaScript code and improve its quality.
First, there are dozens of smart built-in inspections that check your code as you type and offer various quick-fixes for the problems they detect. Second, you can see warnings and errors from linters like ESLint right in the editor. Third, you can use Flow in your projec