import-js/eslint-plugin-import

No way to import the bare plugin without predefined flat config?

Open

#3083 opened on Oct 7, 2024

View on GitHub
 (13 comments) (2 reactions) (0 assignees)JavaScript (4,946 stars) (1,540 forks)batch import
docshelp wanted

Description

For the flat config it seems the only way to import the plugin is to load it from the generated flat configs through flatConfigs, and there's no way to import the bare plugin without any enabled rules (e.g. just to use a certain rule without applying everything). Is this intended?

Contributor guide