module.exports = { rules: { /** * handler 的名称必须是 onXXX 或 handleXXX */ 'react/jsx-handler-names': 'off', }, }