I am getting error regarding 'angular' was used before it declared. I have tried to declare it in .jshintrc as per below
"globals": {
"angular": true
}
but still I am getting an error. Also I am getting error of 'alert' is undefined even I have keept below setting in .jshintrc
"browser": true,
Could you please help me setting in .jshintrc is not working. What I am doing wrong. I have also tried to add /global angular/ at top of file but after adding to the file I am getting error of Unsupported rule: validateJSDoc: Thanks in advance.