Andres Elizondo

Results 1 issues of Andres Elizondo

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...