We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5887647 commit 0983aafCopy full SHA for 0983aaf
2 files changed
examples/react/Message.jsx
@@ -2,7 +2,7 @@ import {string} from 'prop-types';
2
import React from 'react';
3
4
/**
5
- * @typedef {object} MessageProps
+ * @typedef {Object} MessageProps
6
* @property {string} name The name.
7
*/
8
index.js
@@ -24,6 +24,7 @@ export default [
24
preferredTypes: {
25
'[]': 'Array<>',
26
'.<>': '<>',
27
+ 'object': 'Object',
28
},
29
tagNamePreference: {
30
returns: 'return',
0 commit comments