Skip to content

Commit 3a97cff

Browse files
committed
chore(npm): update devDeps (eslint-config-canonical, semantic-release)
1 parent 7583f16 commit 3a97cff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"babel-plugin-istanbul": "^5.2.0",
2727
"chai": "^4.2.0",
2828
"eslint": "6.6.0",
29-
"eslint-config-canonical": "^17.7.0",
29+
"eslint-config-canonical": "^17.8.0",
3030
"gitdown": "^3.1.2",
3131
"glob": "^7.1.5",
3232
"husky": "^3.0.9",
3333
"mocha": "^6.2.2",
3434
"nyc": "^14.1.1",
35-
"semantic-release": "^15.13.28",
35+
"semantic-release": "^15.13.30",
3636
"typescript": "^3.6.4"
3737
},
3838
"engines": {

src/iterateJsdoc.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,12 +393,12 @@ const makeReport = (context, commentNode) => {
393393
* @typedef {ReturnType<typeof getSettings>} Settings
394394
* @typedef {(
395395
* arg: {
396-
* context: Object,
397-
* sourceCode: Object,
396+
* context: object,
397+
* sourceCode: object,
398398
* indent: string,
399-
* jsdoc: Object,
400-
* jsdocNode: Object,
401-
* node: Object | null,
399+
* jsdoc: object,
400+
* jsdocNode: object,
401+
* node: object | null,
402402
* report: ReturnType<typeof makeReport>,
403403
* settings: Settings,
404404
* utils: Utils,

0 commit comments

Comments
 (0)