1 Star 0 Fork 0

lirongfei123/genealogy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.jshintrc 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
李荣平 提交于 2016-04-01 19:12 . init
{
"bitwise": true,//禁用位运算符
"browser": true,//可以使用浏览器的全局变量
"immed": true,//被直接调用的函数必须被括号包裹
"newcap": true,//不能使用new F 必须使用new F()
"noarg": true,//禁止使用arguments.caller和 arguments.callee
"noempty": true,//空代码作用块
"nonew": true,//所有new的构造函数必须复制给一个变量
"trailing": true,
"maxlen": 200,
"boss": true,//避免if(a=10){} 这种代码
"eqnull": true,
"expr": true,
"globalstrict": false,//启动严格模式
"laxbreak": true,//检查不安全的折行
"loopfunc": true,//禁止循环内的函数
"sub": true,//a['b'] -> a.b
"undef": true,//变量未定义
"indent": 2
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lirongfei/genealogy.git
git@gitee.com:lirongfei/genealogy.git
lirongfei
genealogy
genealogy
master

搜索帮助