ide-typescript icon indicating copy to clipboard operation
ide-typescript copied to clipboard

tslint.json extends rule not being picked up

Open mpace965 opened this issue 7 years ago • 0 comments

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.

mpace965 avatar Aug 21 '18 00:08 mpace965