chore: format code style and update linting configuration

This commit is contained in:
Megghy
2025-10-02 10:38:23 +08:00
parent 6fd046adcd
commit 758549d29d
253 changed files with 16258 additions and 15833 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "vtsuru.live",
"type": "module",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "vite build",
"lint": "vite lint",
"lint": "oxlint && eslint .",
"lint:fix": "oxlint --fix && eslint . --fix",
"knip": "knip"
},
"dependencies": {
@@ -63,7 +64,7 @@
"unplugin-vue-components": "^29.1.0",
"unplugin-vue-markdown": "^29.2.0",
"uuid": "^13.0.0",
"vite": "7.1.7",
"vite": "npm:rolldown-vite@latest",
"vite-svg-loader": "^5.1.0",
"vue": "3.5.22",
"vue-cropperjs": "^5.0.0",
@@ -87,6 +88,8 @@
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue-vine/eslint-config": "^1.1.9",
"eslint": "^9.36.0",
"eslint-plugin-oxlint": "^1.19.0",
"oxlint": "^1.19.0",
"stylus": "^0.64.0",
"typescript": "^5.9.2",
"vue-vine": "^1.7.6"