Webstorm doesn't bundle linters with it. You need to install the package (ESLint, Prettier, etc.) along with required plugins (if needed) and setup configuration files according to your preferences (Prettier doesn't require a config BTW unless you'd like to override the default behavior)
Webstorm doesn't bundle linters with it. You need to install the package (ESLint, Prettier, etc.) along with required plugins (if needed) and setup configuration files according to your preferences (Prettier doesn't require a config BTW unless you'd like to override the default behavior)
So, its like VSC. you have to install the extension, install eslint locally in the terminal, and create a config file and hope it all works together.