UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 163 B
module.exports = { rules: { /** * 类的静态属性必须使用 static 关键字定义 */ 'react/static-property-placement': 'error', }, };