Fix 'Key "rules": Could not find "valid-jsdoc" in plugin "@"'
This commit is contained in:
parent
02491677ad
commit
605c911030
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue