Skip to content

Commit

Permalink
build(deps-dev): bump eslint-plugin-jsdoc from 34.7.0 to 35.1.2 (#1901)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix Böhm <188768+fb55@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fb55 authored Jun 2, 2021
1 parent 3f8db25 commit c81a512
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"jsdoc/require-jsdoc": 0,
"jsdoc/check-param-names": 0,
"jsdoc/check-tag-names": 2,
"jsdoc/check-types": 2,
"jsdoc/newline-after-description": 2,
"jsdoc/require-description-complete-sentence": 2,
"jsdoc/require-hyphen-before-param-description": 2,
Expand All @@ -58,6 +57,7 @@
"jsdoc/require-param": 0,
"jsdoc/no-types": 2,
"jsdoc/valid-types": 2,
"jsdoc/tag-lines": 0,

"node/no-unsupported-features/es-syntax": 0,
"node/no-missing-import": [2, { "tryExtensions": [".js", ".json", ".ts"] }]
Expand Down
89 changes: 50 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsdoc": "^34.7.0",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-node": "^11.1.0",
"husky": "^4.3.8",
"jest": "^27.0.3",
Expand Down
6 changes: 4 additions & 2 deletions src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ export interface InternalOptions extends HTMLParser2Options, Parse5Options {
}

/**
* Options accepted by Cheerio. Please note that parser-specific options are
* *only recognized* if the relevant parser is used.
* Options accepted by Cheerio.
*
* Please note that parser-specific options are *only recognized* if the
* relevant parser is used.
*/
export interface CheerioOptions extends HTMLParser2Options, Parse5Options {
/** Suggested way of configuring htmlparser2 when wanting to parse XML. */
Expand Down

0 comments on commit c81a512

Please sign in to comment.