Skip to content

Commit

Permalink
[INTERNAL] JSDoc: Refactor to use module: syntax and fix various docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jan 9, 2019
1 parent 196079a commit 754acb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
"jsdoc/require-returns": 0,
"jsdoc/require-returns-description": 0,
"jsdoc/require-returns-type": 2,
"jsdoc/valid-types": 2
"jsdoc/valid-types": 0
},
"settings": {
"jsdoc": {
Expand Down
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/**
* @module @ui5/logger
* @private
*/
module.exports = require("./lib/logger");

0 comments on commit 754acb5

Please sign in to comment.