You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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