bump eslint-plugin-jsdoc pacakge version

allows future v5 branch to use newer node version during CI checks
This commit is contained in:
Mark Silverwood 2024-07-03 16:07:24 +01:00
parent f5a1fdaf83
commit c14dc680ef
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -793,8 +793,6 @@ module.exports = {
}],
'jsdoc/check-indentation': 'error',
'jsdoc/newline-after-description': 'error',
'import/no-default-export': 'error',
'prefer-arrow/prefer-arrow-functions': [

View File

@ -75,7 +75,7 @@
"eslint": "~7.32.0",
"eslint-plugin-deprecation": "~1.3.3",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-jsdoc": "~39.8.0",
"eslint-plugin-jsdoc": "~48.5.0",
"eslint-plugin-markdown": "~3.0.0",
"eslint-plugin-mdx": "~1.17.0",
"eslint-plugin-prefer-arrow": "~1.2.3",