Skip to content

Commit e4e5709

Browse files
authored
docs: correct prefer-object-has-own type definition comment (#18924)
1 parent 8f630eb commit e4e5709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/types/rules/best-practices.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ export interface BestPractices extends Linter.RulesRecord {
974974
/**
975975
* Disallow use of `Object.prototype.hasOwnProperty.call()` and prefer use of `Object.hasOwn()`.
976976
*
977-
* @since 3.5.0
977+
* @since 8.5.0
978978
* @see https://eslint.org/docs/rules/prefer-object-has-own
979979
*/
980980
"prefer-object-has-own": Linter.RuleEntry<[]>;

0 commit comments

Comments
 (0)