提交 532c170b 编写于 作者: F fengchao

[web/.eslintrc.js] Change comma-dangle setting to only-multiline.

This change will fix comma-dangle jslint error in auto generated code.
上级 9eb9c02d
......@@ -52,7 +52,7 @@ module.exports = {
properties: 'always'
}
],
'comma-dangle': [2, 'never'],
'comma-dangle': [2, 'only-multiline'],
'comma-spacing': [
2,
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册