源代码
let name = 'hi!, world' name.toLowerCase().replace('hi!', 'hello').trim()
vue prettier格式化后
let name = 'hi!, world' name .toLowerCase() .replace('hi!', 'hello') .trim()
如何让链式调用不换行,或者超出多少长度换行。
1.4m articles
1.4m replys
5 comments
57.0k users