Skip to content

Commit dbbf012

Browse files
committed
Exclude Circles component from the styleguide.
1 parent 927b247 commit dbbf012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styleguide.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
skipComponentsWithoutExample: true,
3-
components: 'src/components/**/[A-Z]*.js',
3+
components: '**/components/**/[A-Z]*.js',
4+
ignore: ['**/components/FeatureDiscoveryPrompt/Circles.js'],
45
webpackConfig: {
56
module: {
67
rules: [

0 commit comments

Comments
 (0)