Skip to content

Commit

Permalink
fix: disable reactDocgen and fix lint warnings (#3308)
Browse files Browse the repository at this point in the history
* fix: disable reactDocgen

Related: ecbaa2f

* fix: linting warning
  • Loading branch information
himself65 authored Jun 8, 2021
1 parent fb2c900 commit 4eb0d0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/theme/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ module.exports = {
reactOptions: {
fastRefresh: true,
},
typescript: {
// todo, fixme:
// temporary workaround is disable doc gen
// related to PR:
// https://github.com/DimensionDev/Maskbook/issues/3253
// https://github.com/styleguidist/react-docgen-typescript/issues/356
reactDocgen: 'none',
},
}

0 comments on commit 4eb0d0e

Please sign in to comment.