fix(schema): remove duplicate `@default` jsdoc tag (#21010)

This commit is contained in:
Lehoczky Zoltán 2023-05-22 20:12:58 +02:00 committed by GitHub
parent 3ed0d0ffc1
commit 2518cf8d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ export default defineUntypedSchema({
*
* @see https://github.com/paulmillr/chokidar
* @see https://github.com/parcel-bundler/watcher
* @default chokidar
* @type {'chokidar' | 'parcel' | 'chokidar-granular'}
*/
watcher: 'chokidar-granular'