Skip to content

Commit

Permalink
chore(eslint): bump to 3.0.0 w/ fix (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Jul 22, 2020
1 parent d69f108 commit 8888a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"update-notifier": "^2.5.0"
},
"devDependencies": {
"@cordova/eslint-config": "^2.0.0",
"@cordova/eslint-config": "^3.0.0",
"jasmine": "^3.5.0",
"mock-stdin": "^0.3.1",
"nyc": "^14.1.1",
Expand Down
5 changes: 3 additions & 2 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function cli (inputArgs) {
}

if (warningPartial) {
const upgradeMsg = `Please upgrade to the latest Node.js version available (LTS version recommended).`;
const upgradeMsg = 'Please upgrade to the latest Node.js version available (LTS version recommended).';
logger.warn(`Warning: Node.js ${NODE_VERSION} ${warningPartial}. ${upgradeMsg}`);
}

Expand Down Expand Up @@ -451,7 +451,8 @@ function cli (inputArgs) {
args['save-exact'] = conf.get('save-exact');
}

var download_opts = { searchpath: args.searchpath,
var download_opts = {
searchpath: args.searchpath,
noregistry: args.noregistry,
nohooks: args.nohooks,
cli_variables: cli_vars,
Expand Down

0 comments on commit 8888a16

Please # to comment.