UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 277 B
module.exports = { rules: { /** * 约束多行注释的格式 * @category Stylistic Issues * @reason 能写注释已经不容易了,不需要限制太多 * @fixable */ 'multiline-comment-style': 'off' } };