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 754a792 commit 4dab3afCopy full SHA for 4dab3af
recommended.cjs
@@ -37,6 +37,12 @@ module.exports = {
37
],
38
},
39
40
+ /**
41
+ * Set as "warn" by default, we want to error on incompatible library APIs for dev visibility (to require // eslint-disable)
42
+ *
43
+ * {@link https://react.dev/reference/eslint-plugin-react-hooks/lints/incompatible-library docs}
44
+ */
45
+ "react-hooks/incompatible-library": "error",
46
// don't force .jsx extension
47
"react/jsx-filename-extension": "off",
48
// In TS you must use the Fragment syntax instead of the shorthand
0 commit comments