diff --git a/lib/ace/mode/xquery/xqlint.js b/lib/ace/mode/xquery/xqlint.js index e3b69f34..954e53e4 100644 --- a/lib/ace/mode/xquery/xqlint.js +++ b/lib/ace/mode/xquery/xqlint.js @@ -78677,9 +78677,9 @@ exports.XQLint = function (source, opts) { }); return current; }; - - opts = defaults(opts, { styleCheck: true }); - + + opts = defaults(opts, { styleCheck: false }); + var ast; this.getAST = function () { return ast;