Is there an existing issue for this?
Description Overview
Source:
In the currently published version on npm (7.37.0), the new type declarations added in #3830 are missing. You can browse the published files here.
Expected Behavior
There should be a index.d.ts in the published package.
Also, package.json should have a "types" field.
"main": "index.js",
"types": "index.d.ts",
eslint-plugin-react version
v7.37.0
eslint version
NA
node version
NA
Is there an existing issue for this?
Description Overview
Source:
In the currently published version on npm (7.37.0), the new type declarations added in #3830 are missing. You can browse the published files here.
Expected Behavior
There should be a
index.d.tsin the published package.Also,
package.jsonshould have a "types" field.eslint-plugin-react version
v7.37.0
eslint version
NA
node version
NA