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

Improve grunt/.jshintrc

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