Skip to content

Commit

Permalink
docs: Added how to run linter
Browse files Browse the repository at this point in the history
miguel-merlin committed Feb 22, 2024
1 parent bf353ff commit c806653
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,6 +18,11 @@ Commit your changes
```
git commit -m "Commit message"
```
Before pushing your changes you have to run the linter. (The linter will
make sure your code if following standard code styling)
```
npm run lint
```
Push your changes
```
git push --set-upstream origin {branch_name}

0 comments on commit c806653

Please sign in to comment.