Skip to content

Commit

Permalink
docs: point to es-joy/jsdoccomment for more on comment/comment-type…
Browse files Browse the repository at this point in the history
… AST that can now be targeted
  • Loading branch information
brettz9 committed May 5, 2021
1 parent 6b6d908 commit ccdfa39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .README/README.md
Expand Up @@ -493,7 +493,8 @@ properties:
`const quux = function () {}`, the associated comment would,
in both cases, generally be expected to be on the line above both, rather
than to be immediately preceding the funciton (in the case of the
function).
function). See [@es-joy/jsdoccomment](https://github.com/es-joy/jsdoccomment)
for the precise structure of the comment (and comment type) nodes.

#### Discovering available AST definitions

Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -567,7 +567,8 @@ properties:
`const quux = function () {}`, the associated comment would,
in both cases, generally be expected to be on the line above both, rather
than to be immediately preceding the funciton (in the case of the
function).
function). See [@es-joy/jsdoccomment](https://github.com/es-joy/jsdoccomment)
for the precise structure of the comment (and comment type) nodes.

<a name="eslint-plugin-jsdoc-advanced-ast-and-selectors-discovering-available-ast-definitions"></a>
#### Discovering available AST definitions
Expand Down

0 comments on commit ccdfa39

Please sign in to comment.