版本发布
This commit is contained in:
30
.prettierrc
Normal file
30
.prettierrc
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"tabWidth": 4,
|
||||
"useTabs": true,
|
||||
"semi": true,
|
||||
"jsxBracketSameLine": true,
|
||||
"singleQuote": false,
|
||||
"printWidth": 100,
|
||||
"trailingComma": "none",
|
||||
"plugins": [
|
||||
{
|
||||
"name": "uts",
|
||||
"parsers": ["typescript"],
|
||||
"vscodeLanguageIds": ["uts"]
|
||||
}
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.uvue",
|
||||
"options": {
|
||||
"parser": "vue"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.uts",
|
||||
"options": {
|
||||
"parser": "typescript"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user