Should I use JSLint on my CoffeeScript project when I'm already running CoffeeLint on all the files? I don't think this question is subjective. Here would be objective reasons not to:
- Does CoffeeLint already run JSLint? If yes, that would make JSLint redundant
- Does CoffeeScript generate code that will make JSLint fail in ways that I have no control over? If yes, JSLint will just get in my way
- Does CoffeeScript automatically generate code that is JSLinted? That would make running JSLint a waste of time.