Ai
1 Star 0 Fork 15

苏杰豪/Vimium C

forked from gdh1995/Vimium C 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.js 261 Bytes
一键复制 编辑 原始数据 按行查看 历史
gdh1995 提交于 2020-04-10 21:53 +08:00 . build: add some forgotten scripts
#!/usr/bin/env node
var node = process.argv[0],
args = "eslint/bin/eslint --ext .ts".split(" ");
if (process.argv.length > 2) {
args = args.concat(process.argv.slice(2));
} else {
args.push(".");
}
process.argv = [node, ...args];
require(process.argv[1]);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Megasu/vimium-c.git
git@gitee.com:Megasu/vimium-c.git
Megasu
vimium-c
Vimium C
master

搜索帮助