chore: init

This commit is contained in:
taskylizard 2024-02-21 07:13:48 +00:00
parent bb815b8acb
commit 4cd665915e
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,6 @@ export const search: DefaultTheme.Config['search'] = {
searchOptions: { searchOptions: {
combineWith: 'AND', combineWith: 'AND',
fuzzy: false, fuzzy: false,
// @ts-ignore
boostDocument: ( boostDocument: (
_, _,
term, term,

View File

@ -0,0 +1 @@
export default defineEventHandler(async (event) => {})

View File

@ -3,5 +3,6 @@ import tasky from '@taskylizard/eslint-config'
export default tasky({ export default tasky({
vue: true, vue: true,
browser: true browser: true,
typescript: true
}) })

View File

@ -2,6 +2,5 @@
"extends": "./.nitro/types/tsconfig.json", "extends": "./.nitro/types/tsconfig.json",
"compilerOptions": { "compilerOptions": {
"verbatimModuleSyntax": true "verbatimModuleSyntax": true
}, }
"include": ["./.vitepress/"]
} }