Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

tslint.json { linterOptions.exclude } is not reflected on AtomLinter #211

Open
@andelizondo

Description

@andelizondo

On my tslint.json I have the following configuration:
{ "extends": ["tslint:recommended"], "linterOptions": { "exclude": [ "./**/ServerModels.ts" ] }

Which works fine (ServerModels.ts is not linted) if I run tslint -c tslint.json src/**/*.ts.

But I still get a linter error on atom when I open the file.
Is there anyway I can make linter-tslint to exclude this file?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions