module.exports = { rules: { /** * 禁止在 jsx 中使用像注释的字符串 */ 'react/jsx-no-comment-textnodes': 'error', }, }