UNPKG

eslint-config-alloy

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