What plugin should I install to automatically format JS code in Sublime Text?
-
I have not worked with JS for a long time, and when I worked, I used Sublime Text 3. I don’t remember which plugin (s) to download so that it could be formatted so that the necessary indents and spaces were automatically added, and the extra ones were removed.JavaScript Lorelei Avery, Oct 22, 2020
-
prettier for formatting, also set jshint & amp; eslint to show errorsEmma McIntosh
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!