chore: init
This commit is contained in:
parent
bb815b8acb
commit
4cd665915e
@ -21,7 +21,6 @@ export const search: DefaultTheme.Config['search'] = {
|
||||
searchOptions: {
|
||||
combineWith: 'AND',
|
||||
fuzzy: false,
|
||||
// @ts-ignore
|
||||
boostDocument: (
|
||||
_,
|
||||
term,
|
||||
|
1
.vitepress/routes/comments.get.ts
Normal file
1
.vitepress/routes/comments.get.ts
Normal file
@ -0,0 +1 @@
|
||||
export default defineEventHandler(async (event) => {})
|
@ -3,5 +3,6 @@ import tasky from '@taskylizard/eslint-config'
|
||||
|
||||
export default tasky({
|
||||
vue: true,
|
||||
browser: true
|
||||
browser: true,
|
||||
typescript: true
|
||||
})
|
||||
|
@ -2,6 +2,5 @@
|
||||
"extends": "./.nitro/types/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"include": ["./.vitepress/"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user