UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 235 B
module.exports = { rules: { /** * 注释前后必须有空行 * @category Stylistic Issues * @reason 没必要限制 * @fixable */ 'lines-around-comment': 'off' } };