Setup your IDE accordingly:
- Use spaces, not TABS;
- 2-spaces indent;
- Use extension to enable eslint in your IDE;
- Use LF end of line;
Setup Git:
Run: git config --global core.autocrlf false
For VS code:
Run: git config --global core.editor "code --wait"