提交 550087c7 编写于 作者: D David Graham

Add jshint.

上级 a110da68
{
"curly": true,
"eqeqeq": true,
"es3": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"boss": true,
"asi": true,
"eqnull": true,
"browser": true,
"globals": {
"Promise": false
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册