UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 217 B
module.exports = { rules: { /** * 禁止使用 target="_blank" * @category JSX-specific * @reason 没必要限制 */ 'react/jsx-no-target-blank': 'off' } };