Closed DimaSerhin closed 3 years ago
Welcome! 👋
Thanks you for creating the issue. 🙌 I will come back to this as soon as possible.
JSX parsing comes from the JSX parser in ESLint. From what it looks like you're correct, it doesn't seem to support text nodes. As that's built-in functionality provides as-is there's not much I can do.
JSX support
Hello. Thanks for creating this plugin.
Currently I am using it in typescript app generated via create-react-app and it seems like any text node inside jsx are not linted.
I am wondering if this is something related to my setup or jsx text nodes are not supported.
Example