module.exports = { rules: { /** * 禁止在 jsx 中出现字符串 */ 'react/jsx-no-literals': 'off', }, }