Force JS files to checkout as LF (#392)
Currently if you checkout the code on Windows the JS files will have CRLF and will automatically fail in ESLint when running 'npm test'
This commit is contained in:
Родитель
ac25d47fc4
Коммит
db8cd5c62c
|
@ -1,4 +1,5 @@
|
|||
* text=auto
|
||||
*.ai binary
|
||||
*.js text eol=lf
|
||||
readme.md merge=union
|
||||
extension/content.css merge=union
|
||||
|
|
Загрузка…
Ссылка в новой задаче