UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 194 B
module.exports = { rules: { /** * 箭头函数体必须由大括号包裹 * @reason 代码格式问题,最好由 Prettier 解决 */ 'arrow-body-style': 'off', }, };