1 Star 2 Fork 3

_rambo / nodejs_cluster_compute

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.jshintrc 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
_rambo 提交于 2015-08-03 09:18 . first
{
"unused" : "vars",
"forin" : true,
"globalstrict" : true,
"node" : true,
"eqeqeq" : true,
"undef" : true,
"latedef" : true,
"laxbreak" : true,
"laxcomma" : true,
"expr" : true,
"proto" : true,
"curly" : true,
// ecmascript 6
"esnext" : true,
"globals" : {
"module" : true,
"exports" : true,
"console" : true,
"process" : true,
"Buffer" : true,
"require" : true,
"__dirname" : true,
"test" : true,
"suite" : true
}
}
NodeJS
1
https://gitee.com/_rambo/nodejs_cluster_compute.git
git@gitee.com:_rambo/nodejs_cluster_compute.git
_rambo
nodejs_cluster_compute
nodejs_cluster_compute
master

搜索帮助