Skip to content

Commit

Permalink
Update readme with lint/format instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatdetroit committed Sep 29, 2023
1 parent b715463 commit ce1e50a
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 @@ -56,3 +56,19 @@ Use Storybooks [built-in test-runner](https://storybook.js.org/docs/react/writin
```
$ yarn test-storybook
```

### Formatting and Linting

The remote repository will enforce ESLint rules and Prettier formatting.

To check ESLint and Prettier formatting locally:

```
$ yarn lint
```

To format the code in `./src/`:

```
$ yarn prettier -w ./src
```

0 comments on commit ce1e50a

Please sign in to comment.