1 Star 0 Fork 1

王../template-uni-v3-ts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.lintstagedrc.js 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
王.. 提交于 2025-04-13 01:44 +08:00 . chore: 删除 stylelint 的检查
/**
* @file lint-staged 配置文件
* @description 专为 uni-app 项目定制的提交前代码检查配置
* @see https://github.com/lint-staged/lint-staged/blob/master/README.zh-CN.md
*/
/** @type {import('lint-staged').Config} */
export default {
// JavaScript、TypeScript 和 Vue 文件检查
'src/**/*.{js,ts,vue}': ['eslint --fix', 'prettier --write'],
// 样式和配置文件格式化
'src/**/*.{scss,css,json}': ['prettier --write'],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangh-c/template-uni-v3-ts.git
git@gitee.com:wangh-c/template-uni-v3-ts.git
wangh-c
template-uni-v3-ts
template-uni-v3-ts
main

搜索帮助