neovim / node-client

Nvim Node.js client and plugin host
https://neovim.io/node-client/
MIT License
464 stars 49 forks source link

fix(ci): lint on Windows, jest config #298

Closed justinmk closed 5 months ago

justinmk commented 5 months ago

Problem: Lint fails on Windows CI, because git converts text to CRLF and prettier expects LF.

Solution: Disable git's automatic EOL conversion for text files.