[eslint config] [meta] fix "exports" path

Fixes #2524
This commit is contained in:
Jordan Harband
2021-12-02 10:04:51 -08:00
parent 371537f393
commit afc2cc3432

View File

@@ -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": {