UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 182 B
module.exports = { rules: { /** * for in 内部必须有 hasOwnProperty * @category Best Practices */ 'guard-for-in': 'error' } };