2 Star 1 Fork 0

星宿君/polona

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.lintstagedrc 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
星宿君 提交于 2023-01-14 17:46 . 🎉 init: 初始化项目
{
"*.{md,json}": [
"prettier --cache --write"
],
"*.{js,jsx}": [
"max lint --fix --eslint-only",
"prettier --cache --write"
],
"*.{css,less}": [
"max lint --fix --stylelint-only",
"prettier --cache --write"
],
"*.ts?(x)": [
"max lint --fix --eslint-only",
"prettier --cache --parser=typescript --write"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/huxinfeng/polona.git
git@gitee.com:huxinfeng/polona.git
huxinfeng
polona
polona
main

搜索帮助