Skip to content

Commit aef04e4

Browse files
committed
chore: reinstating jshint as default linter for this release
1 parent eefb7c6 commit aef04e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extensions/default/JSLint/JSHint.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ define(function (require, exports, module) {
256256
name: Strings.JSHINT_NAME,
257257
scanFileAsync: lintOneFile,
258258
canInspect: function (fullPath) {
259-
return !prefs.get(PREFS_JSHINT_DISABLED) && (projectSpecificOptions || jsHintConfigFileErrorMessage)
260-
&& fullPath && !fullPath.endsWith(".min.js");
259+
return !prefs.get(PREFS_JSHINT_DISABLED) && fullPath && !fullPath.endsWith(".min.js");
261260
}
262261
});
263262

0 commit comments

Comments
 (0)