Skip to content

False positive scenario: packages with ineffective packaging config #4

@insin

Description

@insin

Example: eslint-config-standard has the following.npmignore:

node_modules

  1. node_modules is ignored by default, so .npmignore doesn't really do anything here
  2. The npm package contains a test/ directory, but it's given a green tick because .npmignore exists - having a test/ or tests/ directory should probably always be a negative result (and we should probably have a place to keep a list of prominent repos with module authors who disagree with that 👌)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions