UNPKG

eslint-config-alloy

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