A Web Application that allows users to share songs and different artists
-
Install markdownlint extension
-
Install ESLint extension
-
Install Prettier extension
-
Follow instructions here to verify associated packages are install
-
Allow 'Fix on Save'
- 'ctrl + shift + p'
- type 'settings' then selection 'Open Settings (JSON)'
- add the following to the json:
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },