Update to latest eslint
This commit is contained in:
@@ -471,7 +471,7 @@ JavaScriptCompiler.prototype = {
|
||||
|
||||
let len = parts.length;
|
||||
for (; i < len; i++) {
|
||||
/*eslint-disable no-loop-func */
|
||||
/* eslint-disable no-loop-func */
|
||||
this.replaceStack((current) => {
|
||||
let lookup = this.nameLookup(current, parts[i], type);
|
||||
// We want to ensure that zero and false are handled properly if the context (falsy flag)
|
||||
@@ -483,7 +483,7 @@ JavaScriptCompiler.prototype = {
|
||||
return [' && ', lookup];
|
||||
}
|
||||
});
|
||||
/*eslint-enable no-loop-func */
|
||||
/* eslint-enable no-loop-func */
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user