UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 208 B
module.exports = { rules: { /** * 禁止使用 hasOwnProperty, isPrototypeOf 或 propertyIsEnumerable * @reason hasOwnProperty 比较常用 */ 'no-prototype-builtins': 'off', }, };