Skip to content

Commit 39e1084

Browse files
committed
Remove extraneous comment in jsx-dollar example
1 parent 52a9ec8 commit 39e1084

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugins/eslint-plugin-react-x/src/rules/jsx-dollar.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ function MyComponent({ user }) {
9090
import React from "react";
9191

9292
function MyComponent({ price }) {
93-
// 🟢 Good: If there are only two children (the dollar sign and the expression) it doesn't seem to be split from a template literal
9493
return <div>${price}</div>;
9594
}
9695
```

0 commit comments

Comments
 (0)