poetic / meteor-reacterminator

Convert annotated html and css files to a functional meteor app.
15 stars 6 forks source link

lock down version of eslint packages #18

Closed leonidez closed 8 years ago

leonidez commented 8 years ago

In src/lib/create.js:

Make sure that the eslint packages needed per http://guide.meteor.com/code-style.html#eslint-installing are locked down so we do not have version bumps during installs/updates. Currently the packages are added per the npm command without version constraints.

Chun-Yang commented 8 years ago

We are now using poetic-linter