UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 156 B
module.exports = { rules: { /** * 禁止在组件内使用不稳定的组件 */ 'react/no-unstable-nested-components': 'error', }, };