标签:参数 int 添加 row exports tabs conf class use
module.exports = { printWidth: 120, // 行长规则通常设置为100或120 singleQuote: true, // 使用单引号, 默认false semi: true, // 使用分号, 默认true arrowParens: ‘avoid‘, // 箭头函数参数添加括号 trailingComma: ‘es5‘, // 在ES5中有效的结尾逗号(对象,数组等) useTabs: true, // 在ES5中有效的结尾逗号(对象,数组等) };
标签:参数 int 添加 row exports tabs conf class use
原文地址:https://www.cnblogs.com/alantao/p/12865961.html