Sora
  1. Sora

eslint-config-sora

Public
AuthorCommitMessageCommit dateIssues
Matthew KingMatthew King
52741f23d8cUpdate readme to link to new plugin project.
Matthew KingMatthew King
984de4f919fupdate minor from change
Matthew KingMatthew King
2268787e4bbAdd override for ternary
Matthew KingMatthew King
a436ec2ea2cUpdate files to use Lf line endings
Matthew KingMatthew King
2df631428b6fixed handle-callback-err array issue
Matthew KingMatthew King
e9b022e97d8added improved handle-callback-err regex option
Matthew KingMatthew King
c5e23947c89fixed package number
Matthew KingMatthew King
a890018120cRemoved newline-before-return & array-callback-return.newline-before-return was causing a bunch of unecessary spaces where there would be an if statement, set statement, and return statement. While I think there needs to be spacing around it, it was causing a lot of unecessary lines. array-callback-return is problematic as nodejs is async, and there were starting to be areas where a simple callback was expecting a return statement, which doesn't ...
Matthew KingMatthew King
234e303e86cadded README
Matthew KingMatthew King
6616aedf84anamed it incorrectly..
Matthew KingMatthew King
d35dc52dd7fInitial commit