Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

tslint.json extends rule not being picked up #122

@mpace965

Description

@mpace965

Below is my tslint.json

{
    "extends": [
        "shared-tslint"
    ]
}

where shared-tslint is a package I have installed containting tslint settings to extend.

Expected behavior: I get linter errors in Atom from the rules in the specified package.
Actual behavior: The linter errors I get in Atom are different from those I get when I manually run tslint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions