You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/10/20 23:55:11 UTC

[2/8] cordova-lib git commit: Removed redundant eslint-disable/enable directives, now that we're excluding the whole file.

Removed redundant eslint-disable/enable directives, now that we're excluding the whole file.


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/b0de5fe3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/b0de5fe3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/b0de5fe3

Branch: refs/heads/master
Commit: b0de5fe379e60ecadd81dd254ebbbcdb604b2eaf
Parents: e700ab8
Author: Roland <ro...@fraction7.com>
Authored: Fri Oct 20 20:43:53 2017 +0100
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 20 16:46:21 2017 -0700

----------------------------------------------------------------------
 src/plugman/init-defaults.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/b0de5fe3/src/plugman/init-defaults.js
----------------------------------------------------------------------
diff --git a/src/plugman/init-defaults.js b/src/plugman/init-defaults.js
index 78efde2..9c80f40 100644
--- a/src/plugman/init-defaults.js
+++ b/src/plugman/init-defaults.js
@@ -55,7 +55,6 @@ function readDeps (test) {
     };
 }
 
-/* eslint-disable */
 var name = package.name || defaults.id || basename;
 exports.name = yes ? name : prompt('name', name);
 
@@ -154,6 +153,5 @@ var license = package.license ||
               config.get('init.license') ||
               config.get('init-license') ||
               'ISC';
-/* eslint-enable */
 
 exports.license = yes ? license : prompt('license', license);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org