Skip to content

Commit d88826a

Browse files
authored
Add instructions about the linter to the README (#85)
The README now includes the standard instructions about how to run the `lint` and `lint:fix` scripts.
1 parent d97bd5f commit d88826a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ try {
9393
- Run `yarn setup` to install dependencies and run any requried post-install scripts
9494
- **Warning**: Do not use the `yarn` / `yarn install` command directly. Use `yarn setup` instead. The normal install command will skip required post-install scripts, leaving your development environment in an invalid state.
9595

96-
### Testing
96+
### Testing and Linting
9797

98-
Run `yarn test` to run the tests once.
98+
Run `yarn test` to run the tests once. To run tests on file changes, run `yarn test:watch`.
9999

100-
To run tests on file changes, run `yarn test:watch`.
100+
Run `yarn lint` to run the linter, or run `yarn lint:fix` to run the linter and fix any automatically fixable issues.
101101

102102
### Release & Publishing
103103

0 commit comments

Comments
 (0)