This is an automated email from the ASF dual-hosted git repository.
bowserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git
The following commit(s) were added to refs/heads/master by this push:
new be6c6ba CB-12895: Temporarily disabling eslint since cordova-js does
not have eslint yet.
be6c6ba is described below
commit be6c6ba9764ac812bddefc8c588c55774a65187f
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 e9e79c7..f71ab4d 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]