]> git.proxmox.com Git - pve-eslint.git/blob - eslint/.gitattributes
allow '!!' for boolean conversion
[pve-eslint.git] / eslint / .gitattributes
1 # Convert text file line endings to lf
2 * text=auto
3
4 *.js text eol=lf
5
6 # The test fixtures are text files.
7 /tests/fixtures/**/* text eol=lf
8 /tests/fixtures/ignored-paths/crlf/.eslintignore text eol=crlf