Commit dd60fcb4 authored by Zlatan Vasović's avatar Zlatan Vasović

Improve grunt/.jshintrc

parent 5566c935
{ {
"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