This article will show you how to configure your phpstorm ide to use eslint.
Open Settings -> Languages & Frameworks -> Javascript -> Code Quality Tools -> ESlint;
Set Automatic ESLint configuration and Run eslint –fix on save;
![phpstorm eslint settings](http://comfortdev.com/storage/2022/07/phpstorm-eslint-min-1024x736.png)
Please make sure that you have already installed node js on your machine. Install nodejs on your device.