-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
#1375 added support for "unknown" imports. Imports from ..
are classified as unknown. I think it ought to be parent.
import foo from '../foo'
import { bar } from '..'
import baz from '.'
benmosher, mattrabe, JustWalters, cameronmurphy, ThomasStock and 1 more