- Linting: Use new preference for "object"; fix @example code; bad @returns
- npm: Update devDeps
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user