21 lines
320 B
JSON
21 lines
320 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
||
|
|
"semi": false,
|
||
|
|
"singleQuote": true,
|
||
|
|
"printWidth": 100,
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": "*.wxml",
|
||
|
|
"options": {
|
||
|
|
"parser": "html"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"files": "*.wxss",
|
||
|
|
"options": {
|
||
|
|
"parser": "css"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|