Closed icyflame closed 9 years ago
@kevva
I have made all of the changes requested : -
opts.verbose
instead of verbose
default
options to the readme fileCan you please point me to the style guide that you use for this project, for future reference?
cc @arthurvr @sindresorhus
@kevva Done! Sorry, I missed the space between if
and (condition)
in the earlier comments. There were also some issues in the function spacing, as pointed out by @arthurvr , which I have fixed too.
@kevva More spacing changes!
I have followed this convention (mentioned by @arthurvr ) a space after the function
keyword, and a space before the opening curly brace.
@kevva Done! There were empty lines before it
, in the existing code. I have removed them, as well as existing empty lines.
@sindresorhus everything has been changed to use plur
. I also made the changes to readme
.
Fixes #7
I have also added the option to the README.
/ @sindresorhus