smartthings-core-sdk
smartthings-core-sdk copied to clipboard
switch from `interface` preference to `type` preference
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'],