Skip to content

Commit

Permalink
chore: normalize line endings
Browse files Browse the repository at this point in the history
Add .gitattributes to force *nix style line endings in all environments.  This prevents eslint from failing on Windows.
  • Loading branch information
Ryan Laytham authored and Ryan Laytham committed Dec 11, 2016
1 parent 0dd90fe commit d3efe58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Normalize line endings to prevent eslint errors on Windows.
*.js text eol=lf

0 comments on commit d3efe58

Please sign in to comment.