Enforce operator-linebreak before lines

This commit is contained in:
Linus Miller 2018-02-02 19:24:17 +01:00
parent 35733e73dd
commit bd7c1aa9bc

View File

@ -4,6 +4,7 @@
],
"rules": {
"comma-dangle": [ 2, "always-multiline" ]
"comma-dangle": [ 2, "always-multiline" ],
"operator-linebreak": [ 2, "before" ]
}
}