module.exports = { //指定每行长度 printWidth: 150, //指定缩进的空格数 tabWidth: 2, //用tab代替空格 useTabs: false, //行尾自动加分号 semi: true, //对Vue文件中