init module

This commit is contained in:
panr 2022-06-21 15:50:51 +02:00
commit 56791937ff
77 changed files with 5549 additions and 0 deletions

11
.prettierrc Normal file
View file

@ -0,0 +1,11 @@
{
"parser": "babel",
"printWidth": 100,
"trailingComma": "all",
"overrides": [{
"files": ".html",
"options": {
"parser": "html"
}
}]
}