module.exports = { rules: { /** * 禁止在代码后添加单行注释 */ 'no-inline-comments': 'off', }, }