Closed b-mendoza closed 9 months ago
Thanks for the PR, @b-mendoza—it is a bit big but I guess a lot of it is just formatting stuff and related changes—will review this after the new year!
Please feel free to open an issue where we can discuss any further things to be taken care of @adityaraute (besides the instructions for contributors)
Please feel free to open an issue where we can discuss any further things to be taken care of @adityaraute (besides the instructions for contributors)
I thought that's precisely why we need another issue - for the contribution guidelines
Adds Prettier as a code formatter, and Husky and Lint-Staged to run Prettier on the staged files before committing them.
Motivation and Context
Code consistency.
Fixes https://github.com/rbjks/rbjks.github.io/issues/65
Description
concurrently
,husky
,lint-staged
,prettier
, andprettier-plugin-packagejson
have been added as dev. dependencies.How Has This Been Tested?
The changes were tested locally using the Live Server extension, and the browser console was checked for any errors.
Types of Changes
Checklist: