浏览代码

[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 }],

正在加载...
取消
保存