UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 193 B
module.exports = { rules: { /** * 禁止兄弟元素之间有空格 * @category JSX-specific */ 'react/jsx-child-element-spacing': 'off' } };