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,