Rule: `no-restore`
igorkamyshev opened this issue ยท 1 comments
igorkamyshev commented
Personally, I hate restore
because of the following pattern ๐
const $currency = restore(currencyInited, null).on(settingsChanges, (_, { ccurency}) => currency);
Furthermore, I doubt that one line of code is a good reason to skip the full store declaration.
sergeysova commented
I think this rule would be nice to add to a strict
preset