Skip to content

Commit

Permalink
[eslint config] [meta] fix "exports" path
Browse files Browse the repository at this point in the history
Fixes #2524
  • Loading branch information
ljharb committed Dec 2, 2021
1 parent 371537f commit afc2cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./whitespace": "./whitespace.js",
"./rules/react": "./rules/react.js",
"./rules/react-a11y": "./rules/react-a11y.js",
"./rules/react-hooks": "./rules/react-hook.js",
"./rules/react-hooks": "./rules/react-hooks.js",
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit afc2cc3

Please sign in to comment.