UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 146 B
module.exports = { rules: { /** * handler 的名称必须是 onXXX 或 handleXXX */ 'react/jsx-handler-names': 'off', }, };