jcperez-ch / flaxs

const Flaxs = Flux + Redux.principles();
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Fix max-len lint errors #18

Closed tomzmtl closed 8 years ago

tomzmtl commented 8 years ago

This fixes the remaining linter errors by introducing a new module Messager that provides application with text messages (errors, warnings etc)

jcperez-ch commented 8 years ago

Awesome, can you please rebase @tomzmtl? Seems like there might be conflicts with already merged PRs....