🌈 style(prettier): 先跑一遍 prettier

Signed-off-by: BTMuli <BT-Muli@outlook.com>
(cherry picked from commit 3e7e29952628b51d2e8ecfb04ca636a134658d37)
This commit is contained in:
BTMuli
2023-04-06 00:34:27 +08:00
parent bbd29f7f86
commit 21992e53c8
9 changed files with 117 additions and 179 deletions

7
.vscode/tasks.json vendored
View File

@@ -4,11 +4,8 @@
{
"type": "npm",
"script": "lint:code",
"problemMatcher": [
"$eslint-compact",
"$eslint-stylish"
],
"problemMatcher": ["$eslint-compact", "$eslint-stylish"],
"label": "npm: lint:code"
}
]
}
}