import-sort icon indicating copy to clipboard operation
import-sort copied to clipboard

Add ability to remove duplicated imports members

Open eramdam opened this issue 5 years ago • 0 comments

Considering the input

import {uniqBy, uniqBy} from 'lodash'

Would it be possible to deduplicate the import members so it looks like this?

import {uniqBy} from 'lodash`

Maybe this is already possible with the style API but I couldn't tell 😅

eramdam avatar Nov 13 '19 01:11 eramdam