瀏覽代碼

[Test] Fix ESLint

tags/3.5
moisseev 1 年之前
父節點
當前提交
50a162c74f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .eslintrc.json

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

@@ -26,6 +26,7 @@
// "singleLine": { "afterColon": false }
// }],
"line-comment-position": "off",
"logical-assignment-operators": ["error", "never"],
"max-params": ["warn", 6],
"max-statements": ["warn", 44],
"max-statements-per-line": ["error", { "max": 2 }],

Loading…
取消
儲存