Skip to content

Commit

Permalink
fix: set jsdoc default value to false
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Jan 10, 2025
1 parent 6f38aee commit 40c3c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {},
Expand Down

0 comments on commit 40c3c28

Please sign in to comment.