Skip to content

Commit 605c911

Browse files
Fix 'Key "rules": Could not find "valid-jsdoc" in plugin "@"'
1 parent 0249167 commit 605c911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default [...compat.extends('google'), {
2525

2626
rules: {
2727
'array-bracket-spacing': 'error',
28+
'valid-jsdoc': 'off',
2829
'block-scoped-var': 'error',
2930
'block-spacing': 'error',
3031
'brace-style': 'error',

0 commit comments

Comments
 (0)