It simply adds unknown, any, and object to the list of "primitives" for this rule to ignore.
I also added tests to check for the unknown[] and Array<unknown> syntaxes since in my project these would fail in different ways as I was trying to figure this out.
This should address #184
It simply adds
unknown
,any
, andobject
to the list of "primitives" for this rule to ignore.I also added tests to check for the
unknown[]
andArray<unknown>
syntaxes since in my project these would fail in different ways as I was trying to figure this out.