Adobe Brackets disable jslint but allow jshint
You can now add your preferred linters to Brackets’ preferences file: “language”: { “javascript”: { “linting.prefer”: [“JSHint”], “linting.usePreferredOnly”: true } }, Open the preferences file with Debug > Open Preferences File. Brackets preferences Example preferences.json file