This topic created in 3271 days ago, the information mentioned may be changed or developed.
目前将 max-len 设为 error 而将 prefer-template 设为 warn 了. 在遇到长字符串的时候, 拆分然后加号.
求更优解, 谢谢.
2 replies • 2017-05-23 17:11:06 +08:00
 |
|
1
yangg May 23, 2017 1
// eslint-disable-next-line
|
 |
|
2
otakustay May 23, 2017
该长的时候就长, 临时 disable 掉规则
|