Skip to content

Commit 733d936

Browse files
ibbignerdnot-an-aardvark
authored andcommitted
Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc (#11191)
1 parent d5eb108 commit 733d936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rules/require-jsdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# require JSDoc comments (require-jsdoc)
22

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

55
[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:
66

docs/rules/valid-jsdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# enforce valid JSDoc comments (valid-jsdoc)
22

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

55
[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:
66

0 commit comments

Comments
 (0)