UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 158 B
module.exports = { rules: { /** * 循环内必须对循环条件中的变量有修改 */ 'no-unmodified-loop-condition': 'error', }, };