We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a9ec8 commit 39e1084Copy full SHA for 39e1084
packages/plugins/eslint-plugin-react-x/src/rules/jsx-dollar.mdx
@@ -90,7 +90,6 @@ function MyComponent({ user }) {
90
import React from "react";
91
92
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
94
return <div>${price}</div>;
95
}
96
```
0 commit comments