Skip to content

Commit

Permalink
Run prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
z9956 committed Apr 14, 2023
1 parent af18670 commit 025860b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/builder-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ Docgen is used in Storybook to populate the props table in docs view, the contro
```javascript
module.exports = {
typescript: {
reactDocgen: 'react-docgen'
}
}
reactDocgen: 'react-docgen',
},
};
```

If you're using TypeScript, we encourage you to experiment and see which option works better for your project.
Expand Down

0 comments on commit 025860b

Please sign in to comment.