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 <[email protected]>
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
['"[email protected]" <[email protected]>'].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]