You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -374,9 +374,11 @@ Reports invalid types for bunch of tags
374
374
375
375
In `strictNativeCase` mode ensures that case of natives is the same as in this list: `boolean`, `number`, `string`, `null`, `Object`, `Array`, `Date`, `RegExp`.
376
376
377
+
In `capitalizedNativeCase` mode ensures that all types are uppercased except function closure format: `{function(...)}`
378
+
377
379
Type: `Boolean` or `String`
378
380
379
-
Values: `true` or `"strictNativeCase"`
381
+
Values: `true` or `"strictNativeCase"` or `"capitalizedNativeCase"`
0 commit comments