1 Star 0 Fork 0

yiidot/bt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 975 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhoujingsai 提交于 2023-08-21 14:41 +08:00 . chore: 更新基础文件
{
"name": "jl-template-front",
"version": "1.0.0",
"description": "",
"scripts": {
"prepare": "husky install",
"lint": "eslint --ext .vue,.ts,.tsx --fix --quiet ./"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"@vue/eslint-config-standard": "6.1.0",
"@vue/eslint-config-typescript": "9.1.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-vue": "8.0.3",
"husky": "8.0.1",
"prettier": "2.6.2"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"prettier --write",
"eslint --fix"
],
"*.{vue,less,scss}": [
"prettier --write"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yiidot/bt.git
git@gitee.com:yiidot/bt.git
yiidot
bt
bt
develop

搜索帮助