Similar to this question
I am running the following command to linting my angular2 typeScript code.
ng lint
It is proving all the lint
Figured out it HAS to be a blob pattern..
If you want multiple files/directories just use an array in your .angular-cli.json
.angular-cli.json
"exclude": [ "**/*whatever.pipe.ts", "**/*whatever_else.component.ts" ]