- Linting (ESLint): As per latest eslint-plugin-jsdoc

- npm: Bump devDep.
This commit is contained in:
Brett Zamir
2020-01-08 04:10:54 +08:00
parent 18c52ca4b9
commit 3fe912eba8
3 changed files with 5 additions and 6 deletions

6
package-lock.json generated
View File

@@ -4378,9 +4378,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-20.0.2.tgz",
"integrity": "sha512-Acj6D4tUnmw4tfX0BhJlxRbjZbF8hPDY6RGSCIjPRUmayOi40NEHyGN6rSlGYkblBwD0Yd817mPdNKFhkdchiw==",
"version": "20.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-20.0.3.tgz",
"integrity": "sha512-h/f9skf8oFmYg7jJfV2P43ciBV78q0dxkpnL++zPJrbuV4ZRCSlFmQWjjlNgNfYLGfAl166SNjGg7veEEVX9oA==",
"dev": true,
"requires": {
"comment-parser": "^0.7.2",