Commit 27de7375 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #12760 from ZDroid/grunt-jshintrc

Improve grunt/.jshintrc
parents db32afe6 dd60fcb4
{
"asi": false,
"camelcase": true,
"curly": true,
"eqeqeq": true,
......@@ -7,10 +6,10 @@
"indent": 2,
"newcap": true,
"noarg": true,
"node": true,
"nonbsp": true,
"quotmark": "single",
"undef": true,
"strict": true,
"trailing": true,
"node" : true
"undef": true
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment