Skip to content

Commit

Permalink
- Readme (#7)
Browse files Browse the repository at this point in the history
Minor change for confirming permissions.
  • Loading branch information
frgarc authored Jan 29, 2024
1 parent 32b1484 commit 0580393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This will build all packages in this repository in the right order using `turbo`

## Linting

All packages are validated via ESLint with a consistent set of rules as well as enforces styling through prettier. To explicitly run linting, use `npm run lint`, and some changes can be fixed automatically with `npm run lint -- --fix`.
All packages are validated via ESLint with a consistent set of rules as well as enforces styling through prettier. To explicitly run linting, use `npm run lint`, and some changes can be fixed automatically with `npm run lint -- --fix`

## Testing

Expand Down

0 comments on commit 0580393

Please sign in to comment.