Adding prettier and other misc hooks to keep the style consistent across files
Adds .pre-commit-config.yml
Instructions to run the pre-commits in the README.md
Runs pre-commit hooks on the files (🔥 warning there are lots of changes)
For now - I am using prettier for the formatted (except Python - but when we move ahead and split the testing tools we need to add eslint for sanity checks)
Adding prettier and other misc hooks to keep the style consistent across files
.pre-commit-config.yml
For now - I am using prettier for the formatted (except Python - but when we move ahead and split the
testing
tools we need to add eslint for sanity checks)