I thought it would be a trivial question, but I did a ton of search and could not find anything.
I have a CodeMirror div that turns on. I have included JSHint.js, which works correctly; syntax errors and warnings appear in my CodeMirror editor. However, I need to disable some warnings (most importantly, I want to allow keys without quotes).
Where can I pass in preferences or turn off JSHint warnings so that they display only those problems that I really care about?
Or, alternatively, is there an alternative to JSHint that allows more configuration (and can be used with the CodeMirror framework)?
source
share