UNPKG

mst-effect

Version:

Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.

5 lines (4 loc) 124 B
module.exports = { '**/package.json': ['yarn format:package'], '*.{ts,tsx}': () => ['yarn format:code', 'yarn lint'], }