Skip to content

Commit

Permalink
remove needless storybook autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Dec 28, 2023
1 parent e21454e commit a63c49b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ui-react/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ const config: StorybookConfig = {
async viteFinal(config) {
return mergeConfig(config, { css: { modules: { localsConvention: 'camelCaseOnly' } } })
},
docs: {
autodocs: 'tag',
},
}
export default config

0 comments on commit a63c49b

Please sign in to comment.