Browse Source

[Test] ESLint: Do not enforce line breaks

between function call arguments
tags/2.0
moisseev 4 years ago
parent
commit
76544070f2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .eslintrc.json

+ 1
- 0
.eslintrc.json View File

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