UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 169 B
module.exports = { rules: { /** * 禁止使用 __iterator__ * @category Best Practices */ 'no-iterator': 'error' } };