Skip to content

Commit

Permalink
chore(styleguide.config.js): add showUsage: true
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Sep 16, 2017
1 parent 5b916ca commit dd59c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const _ = require("lodash")
const path = require("path")

module.exports = {
showUsage: true,
getComponentPathLine(componentPath) {
const name = path.basename(componentPath, ".jsx")
const dirname = path.basename(path.dirname(componentPath))
Expand Down

0 comments on commit dd59c25

Please sign in to comment.