Update project dependencies version

Add .eslintrc and .prettierrc

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2023-11-01 01:09:04 +08:00
parent 50244f0c1e
commit 2ea3b0dd8d
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
7 changed files with 1791 additions and 550 deletions

8
.prettierrc Normal file
View file

@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"printWidth": 120,
"semi": true,
"singleQuote": true,
"bracketSameLine": true,
"tabWidth": 2
}