From db8cd5c62cc6971bb50ab58b1dc2b6f84340acfc Mon Sep 17 00:00:00 2001 From: Scott Busche Date: Sun, 30 Apr 2017 22:57:50 -0500 Subject: [PATCH] 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' --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 53d4b66..c9198d2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto *.ai binary +*.js text eol=lf readme.md merge=union extension/content.css merge=union