Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
No require return for jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdeandrade committed Jan 16, 2015
1 parent 20e4184 commit 1292067
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rc/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"spaced-line-comment": [2, "always"],
"strict": 2,
"use-isnan": 2,
"valid-jsdoc": 2,
"valid-jsdoc": [2, { "requireReturn": false }],
"valid-typeof": 2,
"vars-on-top": 0,
"wrap-iife": 2,
Expand Down
1 change: 0 additions & 1 deletion scripts/post-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ function symlinkLinterConfigurationFiles(modulePath, cb) {
* @param {String} modulePath file path to the repo to which lint-trap was
* installed
* @param {Function} callback callback function
* @return {undefined} undefined
*/
function cleanRepo(modulePath, callback) {
var manifestPath = path.join(modulePath, 'package.json');
Expand Down

0 comments on commit 1292067

Please sign in to comment.