Rocketseat / react-native-template-rocketseat-advanced

Template avançada para aplicações React Native com a estrutura utilizada na Rocketseat 🚀
MIT License
505 stars 150 forks source link

fix(prettier): prevent endOfLine errors #13

Closed mateus4k closed 2 years ago

mateus4k commented 4 years ago

Add auto end-of-line rule to the prettier config to prevent errors like this:

error example

I think this only happen on Windows. The solution is based on this issue comment.

I hope it be useful! 🙂🚀

EstevamBruno commented 4 years ago

@csorlandi please merge this PR.