verekia / js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
MIT License
20.09k stars 1.99k forks source link

update 'CRLF' to 'LF' note #177

Closed collinstevens closed 2 years ago

collinstevens commented 7 years ago

ESLint will error if an EOF LF character isn't inserted. For example, VSCode will change your EOL characters to LF from CRLF, but it will not insert a EOF LF character unless you change that setting as well.