JSHint - Use Strict - Exclude Files Follow Keith Davis Created November 29, 2012 19:13 Is there any way to exclude certain files?
Please provide more details about your use case.
We have files in our library that are not written by us, and we don't want to maintain them. Now, those files show the missing "use strict"; statement error, but if we put that in, it causes other problems.