Run new lint rules (#5413)
This commit is contained in:
@@ -10,7 +10,7 @@ export default function ({ types: t }) {
|
||||
|
||||
build(left, right) {
|
||||
return t.callExpression(t.memberExpression(t.identifier("Math"), t.identifier("pow")), [left, right]);
|
||||
}
|
||||
})
|
||||
},
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user