Closed stuartleeks closed 2 months ago
Fix simple linting issues Add linter config to disable some rules for now Add GH workflow to run linter on PRs
[ ] Yes [X] No
What kind of change does this Pull Request introduce?
[ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [X] Documentation content changes [ ] Other... Please describe:
git clone [repo-address] cd [repo-name] git checkout [branch-name] npm install
Verify that the following are valid
Should we add a note to the README on how to run the linter locally? Or assume the user will figure that out/use the GitHub workflow when merging?
Good point - just added to the contributing doc
Purpose
Fix simple linting issues Add linter config to disable some rules for now Add GH workflow to run linter on PRs
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information