From 383100dd5426c20022e56b8e67fb663410345d88 Mon Sep 17 00:00:00 2001 From: chenxiaoxi Date: Fri, 7 May 2021 14:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 5 ----- babel.config.js | 4 ---- prettier.config.js | 5 ----- vue.config.js | 5 ----- 4 files changed, 19 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 9a086288c..5a6c1447a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,8 +1,3 @@ -/** - * @author chuzhixin 1204505056@qq.com (不想保留author可删除) - * @description .eslintrc.js - */ - module.exports = { root: true, env: { diff --git a/babel.config.js b/babel.config.js index 34ff3d0cd..c1b783eac 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,7 +1,3 @@ -/** - * @author chuzhixin 1204505056@qq.com (不想保留author可删除) - * @description babel.config - */ module.exports = { presets: ['@vue/cli-plugin-babel/preset'], } diff --git a/prettier.config.js b/prettier.config.js index 0e3b87b1a..eb510f076 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,8 +1,3 @@ -/** - * @author chuzhixin 1204505056@qq.com (不想保留author可删除) - * @description 代码规范 - */ - module.exports = { printWidth: 80, tabWidth: 2, diff --git a/vue.config.js b/vue.config.js index a92ace621..f280fc183 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,8 +1,3 @@ -/** - * @author chuzhixin 1204505056@qq.com (不想保留author可删除) - * @description cli配置 - */ - const path = require('path') const { publicPath,