feat: 引入prettier
This commit is contained in:
8
web/.prettierrc.json
Normal file
8
web/.prettierrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/prettierrc",
|
||||
"tabWidth": 2,
|
||||
"singleQuote": false,
|
||||
"printWidth": 80,
|
||||
"trailingComma": "none",
|
||||
"ignorePath": ".prettierignore"
|
||||
}
|
||||
Reference in New Issue
Block a user