-
Notifications
You must be signed in to change notification settings - Fork 0
Webstorm Config
Simon Frank edited this page May 2, 2024
·
1 revision
If you want to use Webstorm as IDE for this project you may set several settings (if Webstorm does not apply them automatically with the checked-in files) so that several actions are automatically executed on save.
- Go to your settings (top right corner / Strg + Alt + S)
- Navigate to Language & Frameworks > JavaScript > Prettier
- Select
Automatic Prettier configuration - Navigate to Languages & Framework > JavaScript > Code Quality Tools > ESLint
- Select
Automatic ESLint configuration - Navigate or Search to Tools / Actions on Save
- Activate:
- Reformat Code
- Optimize Imports
- Run code cleanup
- Run eslint --fix
- Run Prettier
- Click on Apply and Ok
Now you activated automatic Prettier and eslint formatting on save and you're good to go