소스 검색

[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…
취소
저장