We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46e537 commit 895fb37Copy full SHA for 895fb37
1 file changed
main.js
@@ -66,8 +66,6 @@ define(function (require, exports, module) {
66
config = defaultConfig;
67
}
68
69
- _scanProjectOnly = pm.get(PREF_SCAN_PROJECT_ONLY);
70
-
71
var resultJH = JSHINT(text, config.options, config.globals);
72
73
if (!resultJH) {
0 commit comments