build: fixed eslint rule conflicting with prettier
This commit is contained in:
parent
7d10e65ecc
commit
77f1429b05
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
delimiter: 'none',
|
||||
},
|
||||
singleline: {
|
||||
delimiter: 'comma',
|
||||
delimiter: 'semi', // because prettier
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue