UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 167 B
module.exports = { rules: { /** * 类组件中的生命周期函数不要使用箭头函数 */ 'react/no-arrow-function-lifecycle': 'off', }, };