移除无用注释

This commit is contained in:
chenxiaoxi
2021-05-07 14:51:39 +08:00
parent 12fcbb0fbd
commit 383100dd54
4 changed files with 0 additions and 19 deletions
-5
View File
@@ -1,8 +1,3 @@
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description .eslintrc.js
*/
module.exports = {
root: true,
env: {
-4
View File
@@ -1,7 +1,3 @@
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description babel.config
*/
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
}
-5
View File
@@ -1,8 +1,3 @@
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description 代码规范
*/
module.exports = {
printWidth: 80,
tabWidth: 2,
-5
View File
@@ -1,8 +1,3 @@
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description cli配置
*/
const path = require('path')
const {
publicPath,