UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 302 B
module.exports = { rules: { /** * 配置数组的元素之间的换行格式 * @category Stylistic Issues * @reason 允许一行包含多个元素,方便大数量的数组的书写 * @fixable */ 'array-element-newline': 'off' } };