smartthings-core-sdk icon indicating copy to clipboard operation
smartthings-core-sdk copied to clipboard

switch from `interface` preference to `type` preference

Open rossiam opened this issue 2 years ago • 0 comments

In the CLI, we have already converted code to prefer type over interface. Let's do the same in this project.

In the end we want this in our eslint.js file:

'@typescript-eslint/consistent-type-definitions': ['error', 'type'],

rossiam avatar May 01 '23 21:05 rossiam