UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 297 B
module.exports = { rules: { /** * 限制语句之间的空行规则,比如变量定义完之后必须要空行 * @category Stylistic Issues * @reason 没必要限制 * @fixable */ 'padding-line-between-statements': 'off' } };