cmccormack / minesweeper

Simple Minesweeper Game in JS
MIT License
1 stars 3 forks source link

Add linting/pretter #9

Closed cmccormack closed 5 years ago

cmccormack commented 5 years ago

Should have a linter/prettier with configuration files for both so all contributors are working with the same formatting.

Should probably use husky with pre-commit hooks.

bradtaniguchi commented 5 years ago

Should probably use husky with pre-commit hooks.

Yes