Add various js build configs

This commit is contained in:
Paul Merlin 2020-06-13 12:46:29 +02:00
parent f25026ba74
commit 4336c6b886
6 changed files with 78 additions and 3 deletions

11
.prettierrc.json Normal file
View file

@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}