module.exports = { rules: { /** * for in 内部必须有 hasOwnProperty */ 'guard-for-in': 'error', }, }