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.
module
1 parent 99fd4f2 commit a87572eCopy full SHA for a87572e
packages/eslint-plugin-react-hooks/npm/index.d.ts
@@ -5,4 +5,6 @@
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
-export * from './cjs/eslint-plugin-react-hooks';
+import reactHooks from './cjs/eslint-plugin-react-hooks';
9
+
10
+export = reactHooks;
0 commit comments