Skip to content
Snippets Groups Projects
Commit 4bf7cb72 authored by deuce's avatar deuce
Browse files

Remove eqeqeq option from the defaults.

parent 18426857
No related branches found
No related tags found
No related merge requests found
......@@ -5112,7 +5112,7 @@ function SYNCJSLINT_LOADFILE(lines, index, pos, fname, paths)
var SYNCJSLINT_paths=[backslash(system.exec_dir)];
var SYNCJSLINT_all_lines;
var SYNCJSLINT_index;
var SYNCJSLINT_options={cap:true,eqeqeq:true,evil:true,laxbreak:true,newcap:true,nomen:true,undef:true};
var SYNCJSLINT_options={cap:true,evil:true,laxbreak:true,newcap:true,nomen:true,undef:true};
var SYNCJSLINT_myResult;
var SYNCJSLINT_tmpVar1;
var SYNCJSLINT_tmpVar2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment