- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.5k
Open
Description
Feature request:
Allow wildcards in the import/core-modules settings
      "settings": {
        "import/core-modules": [
          "@my-monorepo-namespace/*",
        ]
      }... so that
        "import/no-extraneous-dependencies": ["error", {"devDependencies": true}]
...does not throw an error for modules within a certain namespace.
Why?
I have a monorepo structure where we can safely assume that anything within a certain namespace is available and doesn't need to be listed in devDependencies. I would rather not maintain lists of packages and versions manually.
stevesims, ChristopheBougere, dekhanov, Mumin0v, linxiaowu66 and 6 more
Metadata
Metadata
Assignees
Labels
No labels