Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Jan 28, 2024
1 parent fd793f0 commit 942638e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 140 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,5 @@ module.exports = {
'vue/one-component-per-file': 'off',
},
},
{
files: ['**/e2e/**/*.cy.ts', '**/e2e/cypress/**/*.ts'],
extends: 'plugin:cypress/recommended',
},
],
}
145 changes: 13 additions & 132 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions themes/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"vitest": "^1.1.0"
},
"peerDependencies": {
"sass-loader": "^14.0.0",
"vuepress": "2.0.0-rc.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const resolveMultiSidebarItems = (
page,
router,
path,
matchedSidebarConfig as SidebarConfigArray,
matchedSidebarConfig,
sidebarDepth,
)
}

0 comments on commit 942638e

Please sign in to comment.