code style, let to const

This commit is contained in:
stjet
2024-06-30 19:36:19 +00:00
parent d9fa4dee0d
commit 9086c544aa
76 changed files with 413 additions and 380 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"printWidth": 999,
"tabWidth": 2,
"semi": true,
"trailingComma": "es5",
"arrowParens": "always",
"endOfLine": "lf",
"useTabs": false
}