Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

adds docs to prevent es-lint line endings error on windows #176

Closed mii9000 closed 5 years ago

mii9000 commented 5 years ago

Summary

adds docs to prevent es-lint line endings error on windows

Other Information

AlexLakatos commented 5 years ago

The line endings can be added in a .gitattributes file, like in #178 , without having to instruct people to change their global git config in order to contribute to this repo.

AlexLakatos commented 5 years ago

Thank you for your PR, but I feel the fix in #178 is better and I'm going to accept that one instead. If you're looking for other things to fix, there is a Windows related issue with tests on the nexmo-node repo: https://github.com/Nexmo/nexmo-node/issues/213