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

Add option for ignoring `no-extraneous-dependencies` by package name

Open SnO2WMaN opened this issue 3 years ago • 5 comments

I think there should be an option in import/no-extraneous-dependencies to exclude by package name for such as non-explicitly in package.json sub dependency.

For example @storybook/addon-actions that normally and should be added as sub dependency of @storybook/addon-essentials. In this situation, adding ignore comment for every stories file is unrealistic I think.

Sorry if this can already be set, or if this is an Issue that already exists.

SnO2WMaN avatar Dec 03 '21 15:12 SnO2WMaN