From 605c9110303c388e3950cda6b19b51ab66cb9cca Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 9 Feb 2025 17:03:52 +0100 Subject: [PATCH] Fix 'Key "rules": Could not find "valid-jsdoc" in plugin "@"' --- eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index b2ea743..b05a85f 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -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',