Fix 'Key "rules": Could not find "valid-jsdoc" in plugin "@"'

This commit is contained in:
Pierre Sassoulas 2025-02-09 17:03:52 +01:00
parent 02491677ad
commit 605c911030
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export default [...compat.extends('google'), {
rules: {
'array-bracket-spacing': 'error',
'valid-jsdoc': 'off',
'block-scoped-var': 'error',
'block-spacing': 'error',
'brace-style': 'error',