Skip to content

Commit 7b67bb8

Browse files
author
Mostafa Eweda
committed
Merge pull request #2679 from ajaxorg/revert-gero-patch-1
Revert "increase the errors possible by jshint"
2 parents 7a2e89e + 21a04b2 commit 7b67bb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins-client/ext.jslanguage/jshint.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ handler.analyzeSync = function(value, ast) {
4848
loopfunc: true,
4949
lastsemic: true,
5050
multistr: true,
51-
onecase: true,
52-
maxerr: 10000
51+
onecase: true
5352
});
5453

5554
lint.errors.forEach(function(warning) {

0 commit comments

Comments
 (0)