use LF instead of CRLF (#1392)

This commit is contained in:
Gus Caplan
2017-04-18 15:43:05 -05:00
committed by Amish Shah
parent 0d83f80fc0
commit 5e522e0a2e
5 changed files with 56 additions and 54 deletions

View File

@@ -36,6 +36,8 @@
}
}],
"linebreak-style": ["error", "unix"],
"accessor-pairs": "warn",
"array-callback-return": "error",
"complexity": "warn",