UNPKG

eslint-config-alloy

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