Skip to content

Commit

Permalink
New Documentation: Associate options with plugins (#7826)
Browse files Browse the repository at this point in the history
* change: add @category to all options members

* change: add jsdocs link

* FIX linter by added defined tag

* changes
  • Loading branch information
Osky772 committed Apr 21, 2021
1 parent 4a41b57 commit 6af071f
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = {
"jsdoc/check-tag-names": [
"error",
{
"definedTags": ["plugin", "util", "experimental", "deprecated", "preserve", "core", "TODO"]
"definedTags": ["plugin", "util", "experimental", "deprecated", "preserve", "core", "TODO", "category"]
}
],
"jsdoc/check-types": "error",
Expand Down

0 comments on commit 6af071f

Please sign in to comment.