Skip to content

Commit

Permalink
More work on #8
Browse files Browse the repository at this point in the history
Finished all code changes and tests.  Still need to update docs
  • Loading branch information
JamesMessinger committed Jan 12, 2016
1 parent 8197f19 commit 516a703
Show file tree
Hide file tree
Showing 37 changed files with 1,015 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"no-sparse-arrays": 2, // disallow sparse arrays
"no-unreachable": 2, // disallow unreachable statements after a return, throw, continue, or break statement
"use-isnan": 2, // disallow comparisons with the value NaN
"valid-jsdoc": [2, { // Ensure JSDoc comments are valid (off by default)
"valid-jsdoc": [1, { // Ensure JSDoc comments are valid (off by default)
"requireReturn": false, // require an @returns tag for all functions, even if they don't return anything
"requireParamDescription": false, // require a description for all @param tags
"requireReturnDescription": false // require a description for the @returns tag
Expand Down
Loading

0 comments on commit 516a703

Please sign in to comment.