We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927b247 commit dbbf012Copy full SHA for dbbf012
styleguide.config.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
skipComponentsWithoutExample: true,
3
- components: 'src/components/**/[A-Z]*.js',
+ components: '**/components/**/[A-Z]*.js',
4
+ ignore: ['**/components/FeatureDiscoveryPrompt/Circles.js'],
5
webpackConfig: {
6
module: {
7
rules: [
0 commit comments