setup prettier and eslint (changelog ignore)

This commit is contained in:
garronej
2021-10-11 21:09:05 +02:00
parent c4ba470dc4
commit 9f8218efb7
7 changed files with 1393 additions and 60 deletions

11
.prettierrc.json Normal file
View File

@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "preserve",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid"
}