Skip to content

Commit

Permalink
tools: enforce linting for unix-style line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed May 11, 2016
1 parent 118162e commit e77e935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ rules:
indent: [2, 2, {SwitchCase: 1}]
key-spacing: [2, {mode: "minimum"}]
keyword-spacing: 2
linebreak-style: [2, "unix"]
max-len: [2, 80, 2]
new-parens: 2
no-mixed-spaces-and-tabs: 2
Expand Down

0 comments on commit e77e935

Please sign in to comment.