2 Star 0 Fork 0

jinamin/vue-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.lintstagedrc.json 337 Bytes
一键复制 编辑 原始数据 按行查看 历史
jinamin 提交于 2024-03-12 14:21 . feat(初始化)
{
"*.{js,jsx,ts,tsx}": ["eslint --fix"],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": ["prettier --write"],
"*.vue": ["eslint --fix", "stylelint --fix"],
"*.{scss,less,styl,html}": ["stylelint --fix", "prettier --write"],
"*.md": ["prettier --write"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jinamin/vue-template.git
git@gitee.com:jinamin/vue-template.git
jinamin
vue-template
vue-template
main

搜索帮助