You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2017/09/25 21:01:45 UTC

[cordova-android] branch 6.3.x updated: CB-12895: Temporarily disabling eslint since cordova-js does not have eslint yet.

This is an automated email from the ASF dual-hosted git repository.

bowserj pushed a commit to branch 6.3.x
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/6.3.x by this push:
     new 021c9c1  CB-12895: Temporarily disabling eslint since cordova-js does not have eslint yet.
021c9c1 is described below

commit 021c9c19e83694a12985ba46e0f1ac5981848a16
Author: Joe Bowser <bo...@apache.org>
AuthorDate: Mon Sep 25 14:00:38 2017 -0700

    CB-12895: Temporarily disabling eslint since cordova-js does not have eslint yet.
---
 bin/templates/project/assets/www/cordova.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/templates/project/assets/www/cordova.js b/bin/templates/project/assets/www/cordova.js
index 8b19462..1bf5849 100644
--- a/bin/templates/project/assets/www/cordova.js
+++ b/bin/templates/project/assets/www/cordova.js
@@ -1,3 +1,4 @@
+/* eslint-disable */
 // Platform: android
 // 74a4adc2d0fddb1e0cfb9be1961494ef0afc9893
 /*
@@ -2205,4 +2206,4 @@ window.cordova = require('cordova');
 
 require('cordova/init');
 
-})();
\ No newline at end of file
+})();

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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