Skip to content

Commit

Permalink
chore: update devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Feb 7, 2021
1 parent de1dff9 commit bd24a7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.1",
"@babel/node": "^7.12.10",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/eslint-parser": "^7.12.13",
"@babel/node": "^7.12.13",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/register": "^7.12.13",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^4.14.0",
"@typescript-eslint/parser": "^4.14.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"chai": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "7.18.0",
"eslint-config-canonical": "^25.8.9",
"eslint": "7.19.0",
"eslint-config-canonical": "^25.8.14",
"gitdown": "^3.1.3",
"glob": "^7.1.6",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"lint-staged": "^10.5.4",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
Expand Down
1 change: 0 additions & 1 deletion src/jsdocUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const flattenRoots = (params, root = '') => {
let hasPropertyRest = false;
const rests = [];

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

0 comments on commit bd24a7e

Please sign in to comment.