fastify initial commit

This commit is contained in:
2023-01-02 18:12:02 -03:00
commit a897ec5f95
10 changed files with 131 additions and 0 deletions

15
.eslintrc.json Normal file
View File

@@ -0,0 +1,15 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": "standard",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}