Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

false negative: no-internal-module #1069

@unional

Description

@unional

https://github.com/typed-typings/npm-chai/blob/master/lib/Chai.d.ts#L28-L33

/* tslint:disable:no-internal-module */
declare global {
  interface Object {
    should: A.Assertion;
  }
}

Global augmentation is detected as internal module.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions