UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

24 lines (17 loc) 247 B
### `require-param-types` The following patterns are considered problems: ```js /** * @param foo */ function quux () { } ``` The following patterns are not considered problems: ```js /** * @param {string} foo */ function quux () { } ```