UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 228 B
module.exports = { rules: { /** * 禁止在代码后添加内联注释 * @category Stylistic Issues * @reason 内联注释很常用 */ 'no-inline-comments': 'off' } };