UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 209 B
module.exports = { rules: { /** * 循环内必须对循环条件的变量有修改 * @category Best Practices */ 'no-unmodified-loop-condition': 'error' } };