Skip to content

Commit a87572e

Browse files
authored
Adjust module to fix eslint-plugin-react-hooks types
1 parent 99fd4f2 commit a87572e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/eslint-plugin-react-hooks/npm/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
export * from './cjs/eslint-plugin-react-hooks';
8+
import reactHooks from './cjs/eslint-plugin-react-hooks';
9+
10+
export = reactHooks;

0 commit comments

Comments
 (0)