effector/eslint-plugin

TypeError with `enforce-store-naming-convention`

xsfunc opened this issue · 1 comments

function toStore(value) {
  return is.store(value) ? value : createStore(value)
} 

TypeError: Cannot read properties of null (reading 'type')
in enforce-store-naming-convention.js:153:24

Thanks for report, fixed in 0.10.3