bougarfaoui / ng-socket-io

Socket.IO module for Angular
MIT License
255 stars 57 forks source link

my project tslinter fails on ng-socket-io folder #35

Open morriq opened 7 years ago

morriq commented 7 years ago

Hello

I try to run tslint via command and it's failing on ng-socket-io

Failed to load /www/sites/angular2/streaming/node_modules/ng-socket-io/tslint.json: Could not find custom rule directory: node_modules/codelyzer

Removing rulesDirectory solved problem. I tried to exclude ng-socket-io folder from command tslint --project tsconfig.json without success.

Does anybody else have this issue?

kartikbb commented 6 years ago

Having the same issue