配置项提交
parent
47e9e411f9
commit
264ca4b88c
@ -0,0 +1,6 @@
|
|||||||
|
module.exports = {
|
||||||
|
printWidth: 800,
|
||||||
|
singleQuote: true,
|
||||||
|
trailingComma: 'all',
|
||||||
|
semi: true, //结尾加分号 老项目默认配置
|
||||||
|
};
|
Loading…
Reference in New Issue