Skip to content

Commit

Permalink
Build: Require Unix-style line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed May 28, 2016
1 parent 0e11bc2 commit 98e35db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -26,6 +26,7 @@
"indent": [2, 4, { "SwitchCase": 1, "VariableDeclarator": 1 }],
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
"keyword-spacing": [2, { "before": true, "after": true }],
"linebreak-style": [2, "unix"],
"lines-around-comment": [
2,
{
Expand Down

0 comments on commit 98e35db

Please sign in to comment.