added eslint and prrettier config files

This commit is contained in:
canove
2020-09-14 10:37:05 -03:00
parent 1298e61fe4
commit da33e2880d
18 changed files with 4890 additions and 57 deletions

View File

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