fix(schema): add type for ignoreOptions (#24337)

This commit is contained in:
Damian Głowala 2023-11-16 16:21:23 +01:00 committed by GitHub
parent c2fabc82aa
commit c4445268b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,6 +325,7 @@ export default defineUntypedSchema({
* ignorecase: false
* }
* ```
* @type {typeof import('ignore').Options}
*/
ignoreOptions: undefined,