Closed fregante closed 2 years ago
The rule has been improved:
I had disabled it until now because the autofix duplicated module imports between regular import value and import type Type. They just added an option to avoid that and instead mark each type independently:
import value
import type Type
import {value, type Type} from 'lib'
Ugh. I was fooled to think it was out as it showed on the website.
Sorry, I should have clarified that it was juuuust merged
The rule has been improved:
I had disabled it until now because the autofix duplicated module imports between regular
import value
andimport type Type
. They just added an option to avoid that and instead mark each type independently: