Skip to content

v1.1.1

Latest

Choose a tag to compare

@albertodeago albertodeago released this 12 May 06:44

Fixes

/issues/2

code such as

import { A as B, C } from '@lib';

is no longer being flagged as a false positive

See /pull/3

Thanks @maroKanatani for the contribution