UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 142 B
module.exports = { rules: { /** * 必须在构造函数中初始化 state */ 'react/state-in-constructor': 'off', }, };