Automattic / i18n-calypso

i18n JavaScript library on top of Jed originally used in Calypso
GNU General Public License v2.0
24 stars 19 forks source link

[WIP] 2.0: Remove the mixin, add linting #53

Open akirk opened 6 years ago

akirk commented 6 years ago

In light of the error that would have been caught with linting (#49) as well as mixin beings considered harmful, I'd like to remove it from version 2.0, as well as add linting to CircleCI.

Tug commented 6 years ago

Nice changes so far 👍 I wonder if we should think about adding a build step for npm in this PR (it could run on pre-publish)? Otherwise we'll make i18n-calypso incompatible with build processes that don't include babel or similar.