Skip to content

Commit

Permalink
Update eslint-plugin-jsdoc and remove a redundant workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Jul 15, 2019
1 parent 8fc025c commit 6ebe9e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
7 changes: 7 additions & 0 deletions changelog.md
@@ -1,5 +1,12 @@
# eslint-config-env changelog

## Next

### Major

- Updated the [`eslint-plugin-jsdoc#`](https://npm.im/eslint-plugin-jsdoc#) peer dependency to `^15.5.1`.
- Removed a no longer necessary workaround for [gajus/eslint-plugin-jsdoc#332](https://github.com/gajus/eslint-plugin-jsdoc/issues/332).

## 7.0.1

### Patch
Expand Down
12 changes: 1 addition & 11 deletions index.js
Expand Up @@ -115,17 +115,7 @@ const jsdocMdTagNamePreference = () => {
})
}

// Filter out tags that cause false errors due to a bug:
// https://github.com/gajus/eslint-plugin-jsdoc/issues/332
const {
// eslint-disable-next-line no-unused-vars
description,
// eslint-disable-next-line no-unused-vars
implements,
...safeTagNamePreference
} = tagNamePreference

return safeTagNamePreference
return tagNamePreference
}

// Base config assumes a vanilla Node.js project.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,7 +37,7 @@
"eslint": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-import-order-alphabetical": "^0.0.2",
"eslint-plugin-jsdoc": "^15.0.0",
"eslint-plugin-jsdoc": "^15.5.1",
"eslint-plugin-node": "^9.0.0"
},
"dependencies": {
Expand All @@ -50,7 +50,7 @@
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-import-order-alphabetical": "^0.0.2",
"eslint-plugin-jsdoc": "^15.3.5",
"eslint-plugin-jsdoc": "^15.5.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.0",
Expand Down

0 comments on commit 6ebe9e1

Please sign in to comment.