Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmguo committed Aug 21, 2023
1 parent 52bd99c commit db20018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/libs/react-ui/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ with Jest.

### Exports

- Never export default from a file
- Never export default from a file (storybook files are an exception)
- Always export component props with every component
- Always have a barrel file to export the component and props

## Styling with Vanilla Extract

Expand Down

0 comments on commit db20018

Please sign in to comment.