UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 171 B
module.exports = { rules: { /** * 使用 Object.hasOwn() 而不是 Object.prototype.hasOwnProperty.call() */ 'prefer-object-has-own': 'error', }, };