Skip to content

Commit afc2cc3

Browse files
committed
[eslint config] [meta] fix "exports" path
Fixes #2524
1 parent 371537f commit afc2cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"./whitespace": "./whitespace.js",
1212
"./rules/react": "./rules/react.js",
1313
"./rules/react-a11y": "./rules/react-a11y.js",
14-
"./rules/react-hooks": "./rules/react-hook.js",
14+
"./rules/react-hooks": "./rules/react-hooks.js",
1515
"./package.json": "./package.json"
1616
},
1717
"scripts": {

0 commit comments

Comments
 (0)