标签: javascript eslint
如果我有这样的代码:
something.method1() .method2() .method3()
如何允许这种缩进方式?由于对齐基于变量名称的长度,因此简单的偏移计数不起作用。