[lint][x]: setup eslint + prettier

This commit is contained in:
Tavares Hansen
2020-08-04 18:28:41 -07:00
parent 23edcc3c9a
commit 2a4e55965e
4 changed files with 602 additions and 16 deletions

8
.prettierrc.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
semi: true,
trailingComma: 'es5',
singleQuote: true,
printWidth: 79,
tabWidth: 2,
useTabs: false,
};