UNPKG

eslint-config-alloy

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