Skip to content

Commit

Permalink
Update dependency eslint-plugin-jsdoc to v10 (#108)
Browse files Browse the repository at this point in the history
* Update dependency eslint-plugin-jsdoc to v10

* eslint --fix
  • Loading branch information
renovate[bot] authored and pgoldrbx committed Jun 27, 2019
1 parent 46a5dea commit 72f0349
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
39 changes: 32 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint": "^5.0.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsdoc": "^8.0.0",
"eslint-plugin-jsdoc": "^10.0.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "^24.8.0",
Expand Down
1 change: 1 addition & 0 deletions src/XMLToReact.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const ERR_INVALID_CONVERTERS = 'XMLToReact: Invalid value for converter map argu

/**
* Class representing an XML to React transformer.
*
* @public
*/
export default class XMLToReact {
Expand Down

0 comments on commit 72f0349

Please sign in to comment.