UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 247 B
module.exports = { rules: { /** * 多行的 jsx 必须有括号包起来 * @category JSX-specific * @reason 没必要限制 * @fixable */ 'react/jsx-wrap-multilines': 'off' } };