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.
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.