Skip to content

Instantly share code, notes, and snippets.

@bharat-tiwari
Created May 3, 2019 21:17
Show Gist options
  • Save bharat-tiwari/cb0c23edfe99e24e47acf3b150cc59e1 to your computer and use it in GitHub Desktop.
Save bharat-tiwari/cb0c23edfe99e24e47acf3b150cc59e1 to your computer and use it in GitHub Desktop.
styleguidist config js
module.exports = {
components: ["src/**/*.{jsx,tsx}"],
ignore: [
"**/index.{js,jsx,ts,tsx}",
"**/__tests__/**",
"**/*.test.{js,jsx,ts,tsx}",
"**/*.spec.{js,jsx,ts,tsx}",
"**/*.d.ts"
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment