Run new lint rules (#5413)
This commit is contained in:
@@ -35,7 +35,7 @@ export default function (
|
||||
const node = path.node;
|
||||
if (!opts.is(node, file)) return;
|
||||
|
||||
const nodes = [];
|
||||
const nodes = [];
|
||||
const exploded = explode(node.left, nodes, file, path.scope);
|
||||
|
||||
nodes.push(t.logicalExpression(
|
||||
|
||||
Reference in New Issue
Block a user