Skip to content

Commit c48f8e5

Browse files
author
Christopher Shepherd
committed
fix linter issues
Signed-off-by: Christopher Shepherd <[email protected]>
1 parent c90a252 commit c48f8e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

styleguide.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ module.exports = {
383383
content: "styleguide/src/sections/LocalDevelopment.md"
384384
}
385385
],
386-
sectionDepth:2
386+
sectionDepth: 2
387387
},
388388
{
389389
name: "Style",
@@ -397,7 +397,7 @@ module.exports = {
397397
content: "styleguide/src/sections/Typography.md"
398398
}
399399
],
400-
sectionDepth:2
400+
sectionDepth: 2
401401
},
402402
{
403403
name: "Base Components",
@@ -447,7 +447,7 @@ module.exports = {
447447
name: "Menus"
448448
})
449449
],
450-
sectionDepth:2
450+
sectionDepth: 2
451451
},
452452
{
453453
name: "Storefront Components",
@@ -526,7 +526,7 @@ module.exports = {
526526
name: "Product"
527527
})
528528
],
529-
sectionDepth:2
529+
sectionDepth: 2
530530
}
531531
],
532532
require: ["@babel/polyfill", path.join(__dirname, "styleguide/src/styles.css")],

0 commit comments

Comments
 (0)