If Grunt shows error:
line 1 col 13 Strings must use singlequote.
In app/.jshintrc
Change
“quotmark”: “single”
To
“quotmark”: “true”
If Grunt shows error:
line 1 col 13 Strings must use singlequote.
In app/.jshintrc
Change
“quotmark”: “single”
To
“quotmark”: “true”