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 = { module.exports = {
root: true, root: true,
env: { env: {
-4
View File
@@ -1,7 +1,3 @@
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description babel.config
*/
module.exports = { module.exports = {
presets: ['@vue/cli-plugin-babel/preset'], presets: ['@vue/cli-plugin-babel/preset'],
} }
-5
View File
@@ -1,8 +1,3 @@
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description 代码规范
*/
module.exports = { module.exports = {
printWidth: 80, printWidth: 80,
tabWidth: 2, tabWidth: 2,
-5
View File
@@ -1,8 +1,3 @@
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description cli配置
*/
const path = require('path') const path = require('path')
const { const {
publicPath, publicPath,