Updated the script and add prettier

This commit is contained in:
2021-03-10 13:37:21 +07:00
parent 799af005d1
commit 589e0884e5
3 changed files with 17 additions and 4 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 4
}