Set operator-linebreak to before
This commit is contained in:
parent
998c7e1c09
commit
bd1a92c5f1
12 changed files with 33 additions and 31 deletions
|
|
@ -23,6 +23,9 @@ module.exports = {
|
|||
'vue'
|
||||
],
|
||||
rules: {
|
||||
// NOTE: Nicer for the eye
|
||||
'operator-linebreak': ['error', 'before'],
|
||||
|
||||
// NOTE: Handled by typescript
|
||||
'no-undef': 'off',
|
||||
'no-unused-vars': 'off',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue