Added prettier and eslint

This commit is contained in:
mrfry 2020-10-23 11:06:32 +02:00
parent 5385ef67b6
commit b2982425f1
2 changed files with 31 additions and 0 deletions

7
.prettierrc.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: false,
singleQuote: true,
arrowParens: 'always',
}