UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 283 B
module.exports = { rules: { /** * 结束标签必须与开始标签的那一行对齐 * @category JSX-specific * @reason 已经在 jsx-indent 中限制了 * @fixable */ 'react/jsx-closing-tag-location': 'off' } };