eslint allow brackets on multiline statements

This commit is contained in:
joan 2018-11-06 09:03:47 +01:00
parent 0ffa39e55b
commit 130c91cc78
1 changed files with 1 additions and 1 deletions

View File

@ -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