10 Star 15 Fork 4

明道/cardone-markdown-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.jshintrc 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
明道 提交于 2015-12-19 23:07 +08:00 . 打包文件上传
{
"globals": {
"define" : true,
"require" : true,
"module" : true,
"exports" : true,
"$" : true,
"jQuery" : true,
"_" : true,
"Backbone" : true,
"Marionette" : true,
"C1" : true
},
"bitwise" : true,
"camelcase" : true,
"curly" : true,
"eqeqeq" : true,
"es3" : true,
"forin" : true,
"immed" : true,
"indent" : 2,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"noempty" : true,
"nonbsp" : true,
"nonew" : true,
"plusplus" : false,
"undef" : true,
"unused" : "vars",
"strict" : false,
"trailing" : true,
"maxparams" : 4,
"maxdepth" : 2,
"maxstatements" : 12,
"maxcomplexity" : 6,
"maxlen" : 100,
"asi" : false,
"boss" : false,
"debug" : false,
"eqnull" : false,
"esnext" : false,
"evil" : false,
"expr" : false,
"funcscope" : false,
"globalstrict" : false,
"iterator" : false,
"lastsemic" : false,
"laxbreak" : false,
"laxcomma" : false,
"loopfunc" : false,
"maxerr" : 50,
"multistr" : false,
"notypeof" : false,
"proto" : false,
"scripturl" : false,
"smarttabs" : false,
"shadow" : false,
"sub" : false,
"supernew" : false,
"validthis" : false,
"noyield" : false,
"browser" : true,
"couch" : false,
"devel" : false,
"dojo" : false,
"jquery" : false,
"mootools" : false,
"node" : false,
"nonstandard" : false,
"prototypejs" : false,
"rhino" : false,
"worker" : false,
"wsh" : false,
"yui" : false
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fand/cardone-markdown-docs.git
git@gitee.com:fand/cardone-markdown-docs.git
fand
cardone-markdown-docs
cardone-markdown-docs
master

搜索帮助