1 Star 0 Fork 0

nanjingboy/muse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
nanjingboy 提交于 2022-03-25 17:34 . chore: code lint
{
"name": "muse",
"version": "0.1.0",
"description": "A JavaScript Parser inspired by babel written by Rust.",
"repository": "git@github.com:nanjingboy/muse.git",
"author": "Tom.Huang <hzlhu.dargon@gmail.com>",
"scripts": {
"lint:rust": "cargo fmt --",
"lint:toml": "taplo format",
"lint": "npm-run-all lint:rust lint:toml",
"test": "cargo test",
"prepare": "husky install"
},
"lint-staged": {
"*.rs": [
"cargo fmt --"
],
"*.toml": [
"taplo format"
]
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@taplo/cli": "^0.3.2",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"npm-run-all": "^4.1.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/tom21joy/muse.git
git@gitee.com:tom21joy/muse.git
tom21joy
muse
muse
main

搜索帮助