Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tslint so that it doesn't conflict with other angular projects. #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PhilThurston
Copy link

This pull request fixes #35

Right now if you use ng-socket-io your ng lint command will fail with an error similar to this:

Failed to load /home/phil/git/project/node_modules/ng-socket-io/tslint.json: Could not find custom rule directory: node_modules/codelyzer

This error is caused by tslint config being published to the npm registry.

There is no need to publish the tslint config file of this project and therefore have added lines to prevent it from being published in the future. This will prevent this error from popping up in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

my project tslinter fails on ng-socket-io folder
1 participant