Skip to content

Commit

Permalink
chore(build, jscs): remove end of line check
Browse files Browse the repository at this point in the history
Removing the end of line check as it causes more issues than helping. Moreover
there's already an .editorconfig file (although that obviously implies that ppl have
a compatible editorconfig plugin installed).
  • Loading branch information
juristr committed Jul 25, 2016
1 parent c14203f commit 9b6f618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

"requireParenthesesAroundIIFE": true,
"maximumLineLength": 120,
"validateLineBreaks": "LF",
"validateIndentation": 4,

"disallowKeywords": ["with"],
Expand Down

0 comments on commit 9b6f618

Please sign in to comment.