chore: add eslint and prettier

This commit is contained in:
simon
2020-02-16 19:14:54 +01:00
parent 837453fca2
commit 13f10bae59
4 changed files with 27 additions and 5 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"printWidth": 100,
"singleQuote": true,
"useTabs": true,
"endOfLine": "lf"
}