chore(deps-dev): Bump the dev-dependencies group across 1 directory with 8 updates (#166)

This commit is contained in:
dependabot[bot]
2025-10-31 13:58:29 +00:00
committed by GitHub
parent 5644bd7a1e
commit 137e51efa0
3 changed files with 1017 additions and 960 deletions

View File

@@ -16,7 +16,8 @@ export default [
rules: {
'jsdoc/tag-lines': 'off',
'jsdoc/check-tag-names': 'off',
'jsdoc/valid-types': 'off'
'jsdoc/valid-types': 'off',
'jsdoc/require-throws-type': 'off'
}
},
{ plugins: { tsdoc }, rules: { 'tsdoc/syntax': 'warn' } }