mirror of
https://github.com/tradingview/lightweight-charts.git
synced 2024-11-25 16:50:59 +08:00
bump eslint-plugin-jsdoc pacakge version
allows future v5 branch to use newer node version during CI checks
This commit is contained in:
parent
f5a1fdaf83
commit
c14dc680ef
@ -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': [
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user