From 1170f758c1b7bf933231d3c22de65a623c782aa2 Mon Sep 17 00:00:00 2001 From: m1m1sha <18262227804@163.com> Date: Mon, 6 May 2024 11:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20eslint=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easytier-gui/package.json | 2 +- easytier-gui/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/easytier-gui/package.json b/easytier-gui/package.json index f89b23d..fedcd4d 100644 --- a/easytier-gui/package.json +++ b/easytier-gui/package.json @@ -33,6 +33,7 @@ "eslint": "^9.2.0", "eslint-plugin-format": "^0.1.1", "postcss": "^8.4.38", + "prettier": "^3.2.5", "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "unplugin-auto-import": "^0.17.5", @@ -44,7 +45,6 @@ "vite": "^5.2.11", "vite-plugin-vue-devtools": "^7.1.3", "vite-plugin-vue-layouts": "^0.11.0", - "prettier": "^3.2.5", "vue-i18n": "^9.13.1", "vue-tsc": "^2.0.16" } diff --git a/easytier-gui/tsconfig.json b/easytier-gui/tsconfig.json index 5d655a4..a9ed295 100644 --- a/easytier-gui/tsconfig.json +++ b/easytier-gui/tsconfig.json @@ -42,4 +42,4 @@ "dist", "node_modules" ] -} \ No newline at end of file +}