Run new lint rules (#5413)
This commit is contained in:
@@ -9,7 +9,7 @@ export default function () {
|
||||
const replacement = nameFunction(path);
|
||||
if (replacement) path.replaceWith(replacement);
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
ObjectProperty(path) {
|
||||
@@ -18,7 +18,7 @@ export default function () {
|
||||
const newNode = nameFunction(value);
|
||||
if (newNode) value.replaceWith(newNode);
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user