Skip to content

Commit bd24a7e

Browse files
committed
chore: update devDeps.
1 parent de1dff9 commit bd24a7e

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
},
1616
"description": "JSDoc linting rules for ESLint.",
1717
"devDependencies": {
18-
"@babel/cli": "^7.12.10",
19-
"@babel/core": "^7.12.10",
20-
"@babel/eslint-parser": "^7.12.1",
21-
"@babel/node": "^7.12.10",
22-
"@babel/plugin-syntax-class-properties": "^7.12.1",
23-
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
24-
"@babel/preset-env": "^7.12.11",
25-
"@babel/register": "^7.12.10",
18+
"@babel/cli": "^7.12.13",
19+
"@babel/core": "^7.12.13",
20+
"@babel/eslint-parser": "^7.12.13",
21+
"@babel/node": "^7.12.13",
22+
"@babel/plugin-syntax-class-properties": "^7.12.13",
23+
"@babel/plugin-transform-flow-strip-types": "^7.12.13",
24+
"@babel/preset-env": "^7.12.13",
25+
"@babel/register": "^7.12.13",
2626
"@hkdobrev/run-if-changed": "^0.3.1",
27-
"@typescript-eslint/parser": "^4.14.0",
27+
"@typescript-eslint/parser": "^4.14.2",
2828
"babel-plugin-add-module-exports": "^1.0.4",
2929
"babel-plugin-istanbul": "^6.0.0",
30-
"chai": "^4.2.0",
30+
"chai": "^4.3.0",
3131
"cross-env": "^7.0.3",
32-
"eslint": "7.18.0",
33-
"eslint-config-canonical": "^25.8.9",
32+
"eslint": "7.19.0",
33+
"eslint-config-canonical": "^25.8.14",
3434
"gitdown": "^3.1.3",
3535
"glob": "^7.1.6",
3636
"husky": "^4.3.8",
37-
"lint-staged": "^10.5.3",
37+
"lint-staged": "^10.5.4",
3838
"mocha": "^8.2.1",
3939
"nyc": "^15.1.0",
4040
"rimraf": "^3.0.2",

src/jsdocUtils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const flattenRoots = (params, root = '') => {
2020
let hasPropertyRest = false;
2121
const rests = [];
2222

23-
// eslint-disable-next-line unicorn/no-reduce
2423
const names = params.reduce((acc, cur) => {
2524
if (Array.isArray(cur)) {
2625
let nms;

0 commit comments

Comments
 (0)