UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 136 B
module.exports = { rules: { /** * 禁止使用没必要的 {} 作为代码块 */ 'no-lone-blocks': 'error', }, };