From 40c3c28edb4c2e9540042e33916150a5f9d22534 Mon Sep 17 00:00:00 2001 From: chouchouji <1305974212@qq.com> Date: Fri, 10 Jan 2025 11:12:46 +0800 Subject: [PATCH] fix: set jsdoc default value to false --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ae8ffc3..e5149b6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ export function defineConfig(options: DefineConfigOptions = {}): Linter.Config[] jsx = true, vue = true, react = false, - jsdoc = true, + jsdoc = false, comments = true, ignores = [], rules = {},