kbrownc / project-game03

1 stars 1 forks source link

Add Prettier #4

Open Luke-Michael-Brown opened 3 years ago

Luke-Michael-Brown commented 3 years ago

Prettier is a tool that identifies linting errors in your code. A lint error is defined as a simple code style error such as a missing semi-colon or incorrect indent spacing. You can also get sublime extensions that can help automatically fix these errors when saving your file in sublime. Prettier tutorial: https://cstroman.medium.com/using-prettier-with-sublimetext-e8ac7f2de209

Luke-Michael-Brown commented 3 years ago

Note: You may also need Eslint too...but we'll see :P