mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-10-04 02:33:41 +00:00

includes a (minimal) working wrapper Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
# Convert text file line endings to lf
|
|
* text=auto
|
|
|
|
*.js text eol=lf
|
|
|
|
# The test fixtures are text files.
|
|
/tests/fixtures/**/* text eol=lf
|
|
/tests/fixtures/ignored-paths/crlf/.eslintignore text eol=crlf
|