Closed peterpeterparker closed 2 months ago
We want to add the ES lint rule of consistent-type-definitions, that enforces the usage of interface instead of type.
interface
type
Similar to what we have set in Oisy in PR #2467.
Motivation
We want to add the ES lint rule of consistent-type-definitions, that enforces the usage of
interface
instead oftype
.Similar to what we have set in Oisy in PR #2467.