Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tool: modified eslint rule for line-breaks
Recently linebreak-style rule was added in jslint which expects linebreaks to be unix style i.e. `LF` by default. However windows has linebreak `CRLF` (`git config auto.crlf=true`) causing this rule to fail for all `*.js` files present in repo. I have disabled the rule for now and opened nodejs/node#6912 to get the right rule for windows user. PR-URL: nodejs#73 Reviewed-By: Jianchun Xu <[email protected]>
- Loading branch information