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
Description
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
Labels
No labels