updated dependencies

This commit is contained in:
canove
2020-10-09 06:00:46 -03:00
parent 9945e61d7c
commit 79d3959f66
5 changed files with 167 additions and 4530 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
singleQuote: false,
trailingComma: "none",
arrowParens: "avoid",
arrowParens: "avoid"
};