Github user stevengill commented on a diff in the pull request:

    https://github.com/apache/cordova-lib/pull/597#discussion_r146039159
  
    --- Diff: src/plugman/init-defaults.js ---
    @@ -149,10 +149,11 @@ if (!pkg.author) {
         }
             : prompt('author');
     }
    -/* eslint-enable indent */
    -var license = pkg.license ||
    +var license = package.license ||
                   defaults.license ||
                   config.get('init.license') ||
                   config.get('init-license') ||
                   'ISC';
    +/* eslint-enable */
    --- End diff --
    
    is this needed? `/* eslint-enable */`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to