Closed rog536 closed 9 years ago
A lot of these issues have been discussed on the JSLint community on Google+, so my first suggestion is to head there and get it directly from the horse's mouth. JSLint Google+ Community
/*property*/
directive. Anything listed there is not subject to quality checks. Once you start though, you must list all expected properties. JSLint.NET does not currently generate this directive for you, but it could. Raise an issue if you'd like to see it.Oh, and no, it's not currently possible to control the output of a specific type of JSLint warning. If you'd like to see that, please raise a separate issue.
Using external libraries that has not been built while validated with jslint will almost always cause problems. I will rollback to an older version.
Thank you for your quick answer.
JSLint.NET v2.1.0 can now generate a property directive for you (#14). Hope it helps.
How am I supposed to use the new version of JSLint.net with angular? Basic functionality like $watch no longer validates.
Is it possible to get specific errors as warnings, but not all output? I don't want output like "Quotes are not needed around 'something'" to output as error, this line is in a localization file with a lot of text where most of the lines have spaces or something else that requires the quotes. I want consistent properties and half of them with quotes and half without.
How should I handle unused parameters now when I can't ignore specific lines?