eslint-plugin-lodash icon indicating copy to clipboard operation
eslint-plugin-lodash copied to clipboard

type import produces false positive under lodash/import-scope

Open AprilArcus opened this issue 3 years ago • 1 comments

with "lodash/import-scope": ["error", "method"], named typescript type imports from lodash produce false positive errors:

import type { DebouncedFunc } from 'lodash' // error

AprilArcus avatar Jan 19 '22 05:01 AprilArcus

We are also experiencing this, seems like this library isn't typescript aware, which makes sense because it's written in vanilla js from what I can tell.

jlaustill avatar Jan 24 '23 20:01 jlaustill