mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
chore: format code style and update linting configuration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user