Set operator-linebreak to before

This commit is contained in:
wvffle 2022-07-21 22:36:43 +00:00 committed by Georg Krause
commit bd1a92c5f1
12 changed files with 33 additions and 31 deletions

View file

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