Is there an option to and/or how do I suppress errors like the following?
175,14:[‘tracker’] is better written in dot notation.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it’s a feature and not a bug, place this at the top of your file.
If it’s a bug, you should refactor your code
Good post on the reasons here: https://stackoverflow.com/a/2001410/94668
As suggested by: @ThorSummoner you can use below in your .jshintrc file