Closed barronwei closed 4 years ago
Closes #37. Run yarn lint with a file or directory to lint! A pre-commit hook for the linter might be helpful.
yarn lint
Seems like there are other files attached to the PR aside from .eslintrc .prettierrc and package.json. Can we only commit those 3 files to the PR?
.eslintrc
.prettierrc
package.json
The other file changes are just due to running the linter.
Closes #37. Run
yarn lint
with a file or directory to lint! A pre-commit hook for the linter might be helpful.