Skip to content

Commit

Permalink
feat: ability to import iterateJsdoc (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottvincent authored Nov 12, 2024
1 parent 026fcc0 commit b9091f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@
"types": "./dist/getJsdocProcessorPlugin.d.ts",
"import": "./dist/getJsdocProcessorPlugin.cjs",
"require": "./src/getJsdocProcessorPlugin.js"
},
"./iterateJsdoc.js": {
"types": "./dist/iterateJsdoc.d.ts",
"import": "./dist/iterateJsdoc.cjs",
"require": "./src/iterateJsdoc.js"
}
},
"name": "eslint-plugin-jsdoc",
Expand Down

0 comments on commit b9091f8

Please sign in to comment.