Skip to content

Commit

Permalink
Docs: Update ESlint linter command
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres authored Dec 10, 2023
1 parent 132335b commit 6d0947f
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 @@ -145,7 +145,7 @@ To run the linters included in this project, execute the following command:
- ESLint:

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

- Stylelint:
Expand Down

0 comments on commit 6d0947f

Please sign in to comment.