mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
Co-authored-by: 舰队的偶像-岛风酱! <frg2089@outlook.com> Signed-off-by: 舰队的偶像-岛风酱! <frg2089@outlook.com>
14 lines
194 B
JSON
14 lines
194 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "lint:code",
|
|
"problemMatcher": [
|
|
"$eslint-compact",
|
|
"$eslint-stylish"
|
|
],
|
|
"label": "npm: lint:code"
|
|
}
|
|
]
|
|
} |