瀏覽代碼

[Test] ESLint: Do not enforce line breaks

between function call arguments
tags/2.0
moisseev 4 年之前
父節點
當前提交
76544070f2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .eslintrc.json

+ 1
- 0
.eslintrc.json 查看文件

@@ -16,6 +16,7 @@
"dot-location": ["error", "property"],
"func-names": "off",
// "func-style": ["error", "declaration"],
"function-call-argument-newline": "off",
"id-length": ["error", { "min": 1 }],
"indent": ["error", 4, { "SwitchCase": 1 }],
// "max-len": ["error", { "code": 120 }],

Loading…
取消
儲存