1 Star 0 Fork 0

Orhon/kity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.jshintrc 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
techird 提交于 2014-12-02 17:25 . 所有 require 使用相对路径
{
"bitwise": false,
"camelcase": true,
"curly": false,
"eqeqeq": false,
"forin": true,
"strict": false,
"freeze": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": false,
"nonbsp": true,
"nonew": true,
"plusplus": false,
"quotmark": "single",
"undef": true,
"trailing": true,
"debug": false,
"funcscope": true,
"laxcomma": false,
"onevar": false,
"unused": false,
"browser": true,
"loopfunc": true,
"predef" : [
"define",
"describe",
"expect",
"beforeEach",
"it",
"kity"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OrhonTech/kity.git
git@gitee.com:OrhonTech/kity.git
OrhonTech
kity
kity
master

搜索帮助