module.exports = { rules: { /** * 注释的首字母必须大写 */ 'capitalized-comments': 'off', }, }