UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 155 B
module.exports = { rules: { /** * 使用 Flow 时,props 必须设置为精确的类型 */ 'react/prefer-exact-props': 'off', }, };