eslint allow brackets on multiline statements
This commit is contained in:
parent
0ffa39e55b
commit
130c91cc78
|
@ -26,7 +26,7 @@ rules:
|
|||
bracketSpacing: 0
|
||||
space-infix-ops: 1
|
||||
prefer-const: 0
|
||||
curly: [error, multi]
|
||||
curly: [error, multi-or-nest]
|
||||
indent: [error, 4]
|
||||
arrow-parens: [error, as-needed]
|
||||
jasmine/no-focused-tests: 0
|
Loading…
Reference in New Issue