1 Star 1 Fork 0

LEARN / hexo-theme-next

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.jshintrc 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vi 提交于 2015-11-18 16:52 . JSHint - code always in style.
{
"asi": false,
"bitwise": true,
"browser": true,
"camelcase": true,
"curly": true,
"forin": true,
"immed": true,
"latedef": "nofunc",
"maxlen": 120,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"predef": [
"$",
"jQuery",
"NexT",
"CONFIG"
],
"quotmark": true,
"trailing": true,
"undef": true,
"unused": true,
"expr": true
}
1
https://gitee.com/huoxd/hexo-theme-next.git
git@gitee.com:huoxd/hexo-theme-next.git
huoxd
hexo-theme-next
hexo-theme-next
master

搜索帮助