theatre icon indicating copy to clipboard operation
theatre copied to clipboard

Eslint not recognising unused Keyword import

Open danvoyce opened this issue 3 years ago • 0 comments

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

danvoyce avatar Feb 14 '22 11:02 danvoyce