XervoIO / demeteorizer

Converts a Meteor app into a standard Node.js application.
http://npm.im/demeteorizer
MIT License
703 stars 59 forks source link

Replace mod standard in favor of standard. #227

Closed fiveisprime closed 8 years ago

fiveisprime commented 8 years ago

No more mod-standard (or worrying about the eslint peer dependency); just pure, standard, ASI goodness.

jackboberg commented 8 years ago

To be fair, you are not replacing mod-standard (since it also solves the peer-dependency issue), you are replacing a custom eslint setup that used eslint-config-modulus..that said:

standard‼️

:shipit:

fiveisprime commented 8 years ago

Oh right, I never pushed the mod-standard branch.. lol

theworkflow commented 8 years ago

👍

fiveisprime commented 8 years ago

FYI merging this is going to break the build for all other PRs 💃