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 fc63224 commit a83edb7Copy full SHA for a83edb7
packages/plugins/eslint-plugin-react-debug/src/rules/jsx.md
@@ -60,7 +60,7 @@ import Preact from "preact";
60
61
const element = <div>Hello World</div>;
62
// ^^^^^^^^^^^^^^^^^^^^^^
63
-// - [jsx] jsx: 'react', jsxFactory: 'Preact.h', jsxFragmentFactory: 'Preact.Fragment', jsxImportSource: 'preact', jsxRuntime: 'classic', jsxImportSource: 'preact'
+// - [jsx] jsx: 'react', jsxFactory: 'Preact.h', jsxFragmentFactory: 'Preact.Fragment', jsxRuntime: 'classic', jsxImportSource: 'preact'
64
```
65
66
## Implementation
0 commit comments