prettier.config.js
2021-03-09 03:27
阅读:681
标签:参数 int 添加 row exports tabs conf class use prettier.config.js 标签:参数 int 添加 row exports tabs conf class use 原文地址:https://www.cnblogs.com/alantao/p/12865961.html
module.exports = {
printWidth: 120, // 行长规则通常设置为100或120
singleQuote: true, // 使用单引号, 默认false
semi: true, // 使用分号, 默认true
arrowParens: ‘avoid‘, // 箭头函数参数添加括号
trailingComma: ‘es5‘, // 在ES5中有效的结尾逗号(对象,数组等)
useTabs: true, // 在ES5中有效的结尾逗号(对象,数组等)
};
上一篇:.netcore中的依赖注入
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:prettier.config.js
文章链接:http://soscw.com/index.php/essay/62103.html
文章标题:prettier.config.js
文章链接:http://soscw.com/index.php/essay/62103.html
评论
亲,登录后才可以留言!