- Linting: Use new preference for "object"; fix @example code; bad @returns

- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-05-22 23:37:27 +08:00
parent 8d179aee0c
commit d5ef6c5619
28 changed files with 427 additions and 282 deletions

View File

@@ -26,10 +26,10 @@
* This should only be used for objects known to be potentially arbitrary in form.
* For those whose determination has not yet been made, simply use type `object`
* (or type `?` if it may also be a primitive).
* @typedef {Object} ArbitraryObject
* @typedef {object} ArbitraryObject
*/
/**
* @typedef {Object} ArbitraryModule
* @typedef {object} ArbitraryModule
*/
/**
* This should only be used for objects known to be potentially arbitrary in form,