Skip to content

Commit 1350ed6

Browse files
committed
chore: updates jsdoccomment, devDeps.
Also: - refactor: TS
1 parent 79f71fc commit 1350ed6

37 files changed

+725
-415
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node": true,
44
"browser": false
55
},
6-
"extends": "canonical",
6+
"extends": ["canonical", "canonical/jsdoc"],
77
"overrides": [
88
{
99
"files": ".ncurc.js",

.ncurc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,5 @@ module.exports = {
77
'decamelize',
88
'escape-string-regexp',
99
'open-editor',
10-
11-
// Todo: When canonical includes latest Unicorn
12-
'eslint',
13-
14-
// Todo: Waiting on merge https://github.com/gajus/eslint-plugin-canonical/pull/22
15-
'eslint-config-canonical',
1610
],
1711
};

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"@es-joy/jsdoccomment": "~0.39.3",
8+
"@es-joy/jsdoccomment": "~0.39.4",
99
"are-docs-informative": "^0.0.2",
1010
"comment-parser": "1.3.1",
1111
"debug": "^4.3.4",
@@ -39,17 +39,17 @@
3939
"@types/node": "^20.1.4",
4040
"@types/semver": "^7.5.0",
4141
"@types/spdx-expression-parse": "^3.0.2",
42-
"@typescript-eslint/parser": "^5.59.5",
42+
"@typescript-eslint/parser": "^5.59.6",
4343
"babel-plugin-add-module-exports": "^1.0.4",
4444
"babel-plugin-istanbul": "^6.1.1",
4545
"camelcase": "^6.3.0",
4646
"chai": "^4.3.7",
4747
"cross-env": "^7.0.3",
4848
"decamelize": "^5.0.1",
49-
"eslint": "8.39.0",
50-
"eslint-config-canonical": "~33.0.1",
49+
"eslint": "8.40.0",
50+
"eslint-config-canonical": "~41.0.4",
5151
"gitdown": "^3.1.5",
52-
"glob": "^10.2.3",
52+
"glob": "^10.2.4",
5353
"husky": "^8.0.3",
5454
"jsdoc-type-pratt-parser": "^4.0.0",
5555
"lint-staged": "^13.2.2",

0 commit comments

Comments
 (0)