3 Star 0 Fork 0

Phoenix Technology/Web Common Modules

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.lintstagedrc.js 202 Bytes
一键复制 编辑 原始数据 按行查看 历史
LeeJefy 提交于 2021-03-27 15:54 . merge ts into dev
/**
* PATH="/usr/local/bin:$PATH"
* @see https://github.com/okonet/lint-staged#configuration
*/
module.exports = {
"./**/*.{js,jsx,ts,tsx}": "eslint",
"./src/**/*.{scss,less,vue}": "stylelint"
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/phoenix-tech/web-common.git
git@gitee.com:phoenix-tech/web-common.git
phoenix-tech
web-common
Web Common Modules
master

搜索帮助