Skip to content

Commit 4a99c2a

Browse files
committed
Strict enforcement of type definitions
1 parent 88d2280 commit 4a99c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/checked-requires-onchange-or-readonly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const defaultOptions = {
2424
};
2525

2626
/**
27-
* @param {Array} properties
27+
* @param {Object[]} properties
2828
* @param {string} keyName
2929
* @returns {Set<string>}
3030
*/

0 commit comments

Comments
 (0)