UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 165 B
module.exports = { rules: { /** * 限制 jsx 层级 * @category JSX-specific */ 'react/jsx-max-depth': 'off' } };