UNPKG

eslint-config-alloy

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