helix

https://github.com/Lokeh/helix
wilkerlucio 2020-05-07T00:16:51.253Z

@lilactown about string translation formats, goog.string has a lot of cool tools around that (camelCase to kebab-case, etc), one thing to consider though is the overhead of this conversion

lilactown 2020-05-07T00:22:50.254100Z

yeah, good call out. the linter checks happen only at macro time, so it shouldn’t effect runtime performance of your app