feat: test

This commit is contained in:
zyronon 2024-04-05 02:13:12 +08:00
parent 4f0af08f94
commit ff871081a1
2 changed files with 1110 additions and 42 deletions

View File

@ -36,6 +36,8 @@
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^9.0.11",
@ -55,5 +57,10 @@
"*.{scss,less,styl,html}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

File diff suppressed because it is too large Load Diff