We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026fcc0 commit b9091f8Copy full SHA for b9091f8
1 file changed
package.json
@@ -100,6 +100,11 @@
100
"types": "./dist/getJsdocProcessorPlugin.d.ts",
101
"import": "./dist/getJsdocProcessorPlugin.cjs",
102
"require": "./src/getJsdocProcessorPlugin.js"
103
+ },
104
+ "./iterateJsdoc.js": {
105
+ "types": "./dist/iterateJsdoc.d.ts",
106
+ "import": "./dist/iterateJsdoc.cjs",
107
+ "require": "./src/iterateJsdoc.js"
108
}
109
},
110
"name": "eslint-plugin-jsdoc",
0 commit comments