Skip to content

Commit

Permalink
docs: add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Dec 1, 2024
1 parent 8f97a3c commit 5d6c4eb
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 @@ -52,6 +52,22 @@ To seed the database with initial data, use the following command:

```bash
npm run db:seed
```

## Linting

To lint the files, use the following command:

```bash
npm run lint
```

To automatically fix linting issues, use the following command:

```bash
npm run lint:fix
```

## Running Tests

To run the tests, use the following command:
Expand Down

0 comments on commit 5d6c4eb

Please sign in to comment.