Skip to content

Commit

Permalink
lint: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kefranabg committed Aug 8, 2019
1 parent aa7d373 commit 42945e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/components/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function resolveNext (page, items) {
return find(page, items, 1)
}
function resolvePageLink(linkType, { $themeConfig, $page, $route, $site, sidebarItems }) {
function resolvePageLink (linkType, { $themeConfig, $page, $route, $site, sidebarItems }) {
const resolveLink = linkType === LINK_TYPES.NEXT ? resolveNext : resolvePrev
// Get link config from theme
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
$themeLocaleConfig.sidebarDepth,
$themeConfig.sidebarDepth,
1
].find(depth => depth !== undefined);
].find(depth => depth !== undefined)
const displayAllHeaders = $themeLocaleConfig.displayAllHeaders
|| $themeConfig.displayAllHeaders
Expand Down

0 comments on commit 42945e4

Please sign in to comment.