Add plugins name (#8769)
* Add plugins name * Add missing names found by the plugin * Add eslint plugin
This commit is contained in:
@@ -78,6 +78,8 @@ export default declare((api, options) => {
|
||||
};
|
||||
|
||||
return {
|
||||
name: "transform-react-constant-elements",
|
||||
|
||||
visitor: {
|
||||
JSXElement(path) {
|
||||
if (HOISTED.has(path.node)) return;
|
||||
|
||||
Reference in New Issue
Block a user