Run prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import helper from "babel-helper-builder-react-jsx";
|
||||
|
||||
export default function ({ types: t }) {
|
||||
export default function({ types: t }) {
|
||||
return {
|
||||
manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("jsx");
|
||||
@@ -17,9 +17,9 @@ export default function ({ types: t }) {
|
||||
t.memberExpression(
|
||||
t.memberExpression(t.identifier("React"), t.identifier("DOM")),
|
||||
state.tagExpr,
|
||||
t.isLiteral(state.tagExpr)
|
||||
t.isLiteral(state.tagExpr),
|
||||
),
|
||||
state.args
|
||||
state.args,
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user