UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 153 B
module.exports = { rules: { /** * 禁止在 if 代码块内出现函数声明 */ 'no-inner-declarations': ['error', 'both'], }, };