My basic question: In the Adobe Brackets editor how do I use jshint while turning off or disabling jslint?
My tl;dr: When linting javas
To have multiple linters while still disabling jslint use the above plus this:
"linting.prefer": [ "JSHint", "JSCS" ],