UNPKG

he-cli-fe

Version:

frontend cli tool for development

16 lines 331 B
module.exports = { //单引号 singleQuote: true, //末尾不需要逗号 'es5'/none trailingComma: 'es5', //一行最大字符数 printWidth: 120, //缩进数 tabWidth: 2, //不用缩进用空格 useTabs: false, //行尾分号 semi: false, //大括号首位空格 bracketSpacing: true };