Browse Source

[Test] Fix ESLint

tags/3.5
moisseev 1 year ago
parent
commit
50a162c74f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .eslintrc.json

+ 1
- 0
.eslintrc.json View File

@@ -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…
Cancel
Save