chore: lint
This commit is contained in:
parent
919a96f725
commit
8cfab972bc
|
@ -77,7 +77,7 @@ const implementationVisitor = (fn) => ({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const FlecksBuildConfigs = (state, filename) => (
|
const FlecksBuildConfigs = (state) => (
|
||||||
implementationVisitor((property) => {
|
implementationVisitor((property) => {
|
||||||
if ('@flecks/core.build.config' === property.key.value) {
|
if ('@flecks/core.build.config' === property.key.value) {
|
||||||
if (isArrowFunctionExpression(property.value)) {
|
if (isArrowFunctionExpression(property.value)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user