Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc (#1…
  • Loading branch information
ibbignerd authored and not-an-aardvark committed Dec 13, 2018
1 parent d5eb108 commit 733d936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules/require-jsdoc.md
@@ -1,6 +1,6 @@
# require JSDoc comments (require-jsdoc)

This rule was **deprecated** in ESLint v5.10.0.
This rule was [**deprecated**](https://eslint.org/blog/2018/11/jsdoc-end-of-life) in ESLint v5.10.0.

[JSDoc](http://usejsdoc.org) is a JavaScript API documentation generator. It uses specially-formatted comments inside of code to generate API documentation automatically. For example, this is what a JSDoc comment looks like for a function:

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/valid-jsdoc.md
@@ -1,6 +1,6 @@
# enforce valid JSDoc comments (valid-jsdoc)

This rule was **deprecated** in ESLint v5.10.0.
This rule was [**deprecated**](https://eslint.org/blog/2018/11/jsdoc-end-of-life) in ESLint v5.10.0.

[JSDoc](http://usejsdoc.org) generates application programming interface (API) documentation from specially-formatted comments in JavaScript code. For example, this is a JSDoc comment for a function:

Expand Down

0 comments on commit 733d936

Please sign in to comment.