feat: scraping, database and tooling

This commit is contained in:
Riccardo
2023-11-30 17:20:44 +01:00
parent 6770080378
commit afa1b943e7
16 changed files with 4393 additions and 1 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80,
"jsxSingleQuote": true,
"tabWidth": 2,
"arrowParens": "avoid"
}