formatted and remove response.json

This commit is contained in:
mario
2025-07-06 13:57:40 +07:00
parent 1ae1fd8f8a
commit 438370143a
11 changed files with 10989 additions and 1690 deletions

11
.prettierrc Normal file
View File

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