From 639a75adfa98dcd4af68fca4ba18247ce88afd35 Mon Sep 17 00:00:00 2001 From: Coffee-crocodile <1147347984@qq.com> Date: Wed, 24 May 2023 14:23:55 +0800 Subject: [PATCH] fix: fix eslint format --- .vscode/settings.json | 3 +- package.json | 34 ++++++++++++++++--- src/App.vue | 27 ++++++--------- src/views/userCenter/index.vue | 62 +++++++--------------------------- 4 files changed, 54 insertions(+), 72 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3586b1c..c6b63c3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,5 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, - "eslint.validate": ["typescript", "javascript", "vue", "html"], - "eslint.options": { "configFile": ".eslintrc.js" } + "eslint.validate": ["typescript", "javascript", "vue", "html"] } diff --git a/package.json b/package.json index 73f217f..2a51b76 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,37 @@ "version": "0.0.1", "private": true, "description": "", - "author": "iam-see (https://github.com/chansee97/)", + "author": { + "name": "chansee97", + "email": "chen.dev@foxmail.com", + "url": "https://github.com/chansee97" + }, "license": "MIT", "homepage": "https://github.com/chansee97/Ench-admin", + "repository": { + "url": "https://github.com/chansee97/Ench-admin.git" + }, + "bugs": { + "url": "https://github.com/chansee97/Ench-admin/issues" + }, "keywords": [ "Vue", "Vue3", - "admin" + "admin", + "admin-template", + "vue-admin", + "vue-admin-template", + "Vite4", + "Vite", + "vite-admin", + "TypeScript", + "TS", + "NaiveUI", + "naive-ui", + "naive-admin", + "NaiveUI-Admin", + "naive-ui-admin", + "UnoCSS" ], "scripts": { "dev": "vite", @@ -82,8 +106,10 @@ "commit-msg": "pnpm commitlint -e" }, "lint-staged": { - "*.{js,jsx,,mjs,ts,tsx,json,,md,yml}": [ + "*.{js,jsx,mjs,ts,tsx,json,md,yml}": [ "eslint --fix" - ] + ], + "*.vue": [ + "eslint --fix" ] } } diff --git a/src/App.vue b/src/App.vue index f1103e7..b588387 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,25 +1,20 @@