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, "camelcase": true,
"curly": true, "curly": true,
"eqeqeq": true, "eqeqeq": true,
...@@ -7,10 +6,10 @@ ...@@ -7,10 +6,10 @@
"indent": 2, "indent": 2,
"newcap": true, "newcap": true,
"noarg": true, "noarg": true,
"node": true,
"nonbsp": true, "nonbsp": true,
"quotmark": "single", "quotmark": "single",
"undef": true,
"strict": true, "strict": true,
"trailing": 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