We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f3a91 commit c9f9d42Copy full SHA for c9f9d42
.gitattributes
@@ -1,2 +1,2 @@
1
-# Auto detect text files and perform LF normalization
2
-* text=auto
+# Auto detect text files and perform LF normalization
+* text=LF
src/utils.ts
@@ -371,7 +371,7 @@ function isTypeAny(type: true | {} | Schema) {
371
return true;
372
}
373
374
- if ((type as Schema).AnyValue) {
+ if (!type || (type as Schema).AnyValue) {
375
376
377
0 commit comments