Skip to content

Commit

Permalink
Update version of ember-cli-eslint used in new applications.
Browse files Browse the repository at this point in the history
New applications will now get ember-cli-eslint@3 which uses the latest
version of eslint (we previously could not do this update due to eslint@3
dropping support for Node 0.12).
  • Loading branch information
rwjblue committed Jan 1, 2017
1 parent a8ce08b commit d09f10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module.exports = Command.extend({
if (!commandOptions.skipNpm) {
return addonInstall.run({
verbose: commandOptions.verbose,
packages: ['ember-cli-eslint@2']
packages: ['ember-cli-eslint@3']
});
}
})
Expand Down

0 comments on commit d09f10e

Please sign in to comment.