This commit is contained in:
宋伟佳
2021-05-07 15:55:26 +08:00
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,