Skip to content

Commit

Permalink
fix(schema): add type for ignoreOptions (#24337)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala authored and manniL committed Dec 11, 2023
1 parent 4ddada2 commit bc3caa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/schema/src/config/common.ts
Expand Up @@ -325,6 +325,7 @@ export default defineUntypedSchema({
* ignorecase: false
* }
* ```
* @type {typeof import('ignore').Options}
*/
ignoreOptions: undefined,

Expand Down

0 comments on commit bc3caa1

Please sign in to comment.