UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 179 B
module.exports = { rules: { /** * 禁止在函数组件中使用 this * @category React */ 'react/no-this-in-sfc': 'error' } };