UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 220 B
module.exports = { rules: { /** * 禁止在循环内的函数中出现循环体条件语句中定义的变量 * @category Best Practices */ 'no-loop-func': 'error' } };