UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 262 B
module.exports = { rules: { /** * 对象字面量内的属性每行必须只有一个 * @category Stylistic Issues * @reason 没必要限制 * @fixable */ 'object-property-newline': 'off' } };