move these configs respectively

This commit is contained in:
taskylizard 2024-02-25 01:13:16 +00:00
parent 00ab9fd3c6
commit b693586301
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120
6 changed files with 4 additions and 5 deletions

View File

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

View File

@ -5,7 +5,8 @@
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
"preview": "vitepress preview",
"lint": "eslint --cache --fix ."
},
"dependencies": {
"@headlessui/vue": "^1.7.17",

View File

@ -6,8 +6,7 @@
},
"scripts": {
"og:dev": "x-satori -t ./.vitepress/hooks/Template.vue -c ./.vitepress/hooks/satoriConfig.ts --dev",
"format": "prettier -w --cache --check .",
"lint": "eslint .vitepress -f pretty --cache"
"format": "prettier -w --cache --check ."
},
"devDependencies": {
"@taskylizard/eslint-config": "^1.1.1",