Fix a number of lint failures

This commit is contained in:
Scott Nonnenberg 2018-04-12 00:33:52 -07:00
parent 1cc0633786
commit 0f8dd7e2db
No known key found for this signature in database
GPG key ID: 5F82280C35134661
4 changed files with 39 additions and 32 deletions

View file

@ -28,7 +28,7 @@ module.exports = {
util: 'ts/styleguide/StyleGuideUtil',
},
contextDependencies: [
path.join(__dirname, 'ts/test'),
path.join(__dirname, 'ts/styleguide'),
],
// We don't want one long, single page
pagePerSection: true,