Skip to content

Commit

Permalink
Docs: Add linters usage commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Dec 9, 2023
1 parent 936d367 commit 132335b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,22 @@ To run the project, execute the following command:
npm start
```

### Linters

To run the linters included in this project, execute the following command:

- ESLint:

```bash
npx eslint "**/*.{js,jsx}"
```

- Stylelint:

```bash
npx stylelint "**/*.{css,scss}"
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>

---
Expand Down

0 comments on commit 132335b

Please sign in to comment.