module.exports = { rules: { /** * 类的成员之间是否需要空行 * @reason 有时为了紧凑需要挨在一起,有时为了可读性需要空一行 */ 'lines-between-class-members': 'off', }, }