Skip to content

Commit d4a8e0e

Browse files
authored
Merge pull request #1293 from webstech/jsdoc
ci: support jsdoc linter updates
2 parents e30c163 + c054a4c commit d4a8e0e

File tree

4 files changed

+35
-30
lines changed

4 files changed

+35
-30
lines changed

.eslintrc.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,13 @@ module.exports = {
8686
]
8787
}
8888
],
89-
"jsdoc/newline-after-description": "error",
89+
"jsdoc/tag-lines": [
90+
"error",
91+
"any",
92+
{
93+
"startLines": 1,
94+
},
95+
],
9096
"max-classes-per-file": [
9197
"error",
9298
1

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-config-prettier": "^8.8.0",
5454
"eslint-plugin-anti-trojan-source": "^1.1.1",
5555
"eslint-plugin-jest": "^27.2.1",
56-
"eslint-plugin-jsdoc": "^41.1.2",
56+
"eslint-plugin-jsdoc": "^43.1.1",
5757
"jest": "^28.1.3",
5858
"jest-junit": "^16.0.0",
5959
"test-smtp-server": "0.9.7",

tests/github-glue.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ test("test missing values in response using small schema", async () => {
395395
* url: "",
396396
* data: [pullRequestSimple],
397397
* };
398-
*
399398
*/
400399

401400
interface IBasicUser {

0 commit comments

Comments
 (0)