chore: pull config files out of package.json

This commit is contained in:
iCrawl
2021-06-01 00:06:52 +02:00
parent b212b64214
commit 7f0d93a2da
6 changed files with 1623 additions and 48 deletions

7
.prettierrc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all",
"endOfLine": "lf",
"arrowParens": "avoid"
}