dfinity / eslint-config-oisy-wallet

Shared ESLint configurations from the Oisy Wallet team
Apache License 2.0
2 stars 0 forks source link

feat: enforce use of interface instead of type #2

Closed peterpeterparker closed 2 months ago

peterpeterparker commented 2 months ago

Motivation

We want to add the ES lint rule of consistent-type-definitions, that enforces the usage of interface instead of type.

Similar to what we have set in Oisy in PR #2467.