We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should run with gulp style-guide, package's homepage
gulp style-guide
The text was updated successfully, but these errors were encountered:
Add JSCS-JSDocs plugin
ae716ff
related to #27
I used these rules
"jsDoc": { "checkParamNames": true, "requireParamTypes": true, "checkRedundantParams": true, "checkRedundantReturns": true, "requireReturnTypes": true, "requireParamDescription": true, "requireHyphenBeforeDescription": true, "disallowNewlineAfterDescription": true, "requireDescriptionCompleteSentence": true, "enforceExistence": "exceptExports" }
@giorgiofellipe what do you think about the result?
Sorry, something went wrong.
Removing all IIFEs and fixing style-guide warnings
4dfbe48
related to #23 #27
Fix style-guide warnings
2dda1f7
closes #23 #27
No branches or pull requests
Should run with
gulp style-guide
, package's homepageThe text was updated successfully, but these errors were encountered: