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 12079ed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,17 @@ 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 12079ed

Please sign in to comment.