I am using angular and would like to use JSHint. However, I get a lot of warnings like '$' is not defined., which would be correct in angular but JSHint does not know this.
Is there a way to ignore some certain errors (as this $-error occurs rather often) or is there a better linter for the JS of angular?