chore: apply suggestions from code review

This commit is contained in:
Michael Kriese 2020-05-05 09:05:18 +02:00
parent a1ef4a2ca7
commit 0366c7cd1c
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
module.exports = {
singleQuote: true,
trailingComma: 'es5',
};