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 acf3cfb commit 3ecc358Copy full SHA for 3ecc358
docs/FAQ.md
@@ -52,7 +52,7 @@ documentation.
52
* The JSDoc syntax exposes a powerful, standardized type syntax to, for example,
53
express parameter types like 'an array of strings'.
54
as `Array<String>`, and to support custom object types with inter-linking
55
-* The [eslint valid-jsdoc rule](http://eslint.org/docs/rules/valid-jsdoc.html)
+* The [eslint valid-jsdoc rule](https://eslint.org/docs/rules/valid-jsdoc.html)
56
makes it possible to require documentation as part of your linting step,
57
ensuring that new code doesn't lower documentation coverage.
58
0 commit comments