module.exports = { rules: { /** * 循环内必须对循环条件中的变量有修改 */ 'no-unmodified-loop-condition': 'error', }, }