lint: added prettier config and switch indent type

This commit is contained in:
RiverTwilight 2023-01-02 21:16:24 +08:00
parent 621fcb731c
commit 63cd3e4f65
3 changed files with 144 additions and 140 deletions

4
.prettierrc Normal file
View File

@ -0,0 +1,4 @@
{
"tabWidth": 4,
"useTabs": false
}