We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prefer-object-has-own
1 parent 8f630eb commit e4e5709Copy full SHA for e4e5709
1 file changed
lib/types/rules/best-practices.d.ts
@@ -974,7 +974,7 @@ export interface BestPractices extends Linter.RulesRecord {
974
/**
975
* Disallow use of `Object.prototype.hasOwnProperty.call()` and prefer use of `Object.hasOwn()`.
976
*
977
- * @since 3.5.0
+ * @since 8.5.0
978
* @see https://eslint.org/docs/rules/prefer-object-has-own
979
*/
980
"prefer-object-has-own": Linter.RuleEntry<[]>;
0 commit comments