2 Star 0 Fork 0

ran_lra/Sakura_Mini_FG

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

搜索帮助