From 5346354c8b6685d4c111041a8c5a4d61dae13050 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期四, 28 五月 2020 10:31:46 +0800 Subject: [PATCH] 添加任务总揽菜单 --- .eslintrc.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 26853b5..ec339d1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,7 +3,7 @@ env: { node: true }, - extends: ["plugin:vue/essential", "@vue/prettier", "@vue/typescript"], + extends: ["plugin:vue/essential", "@vue/typescript"], rules: { "no-console": process.env.NODE_ENV === "production" ? "error" : "off", "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off" -- Gitblit v1.8.0