theatre
theatre copied to clipboard
Eslint not recognising unused Keyword import
When the following is added to a file within theatre/studio
and Keyframe
is not used within that file, eslint does not pick this up
import type {Keyframe} from '@theatre/core/projects/store/types/SheetState_Historic'
A very minor issue, but never the less would be nice to understand what's causing this and if it's happening anywhere else.
We're currently using eslint-plugin-unused-imports: 1.1.5
and I've also replicated this issue with version 2.0.0