UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 233 B
module.exports = { rules: { /** * handler 的名称必须是 onXXX 或 handleXXX * @category JSX-specific * @reason 没必要限制 */ 'react/jsx-handler-names': 'off' } };