You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2023/01/13 16:10:15 UTC

[cordova-coho] branch add-eslint created (now 41d83cf)

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

niklasmerz pushed a change to branch add-eslint
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


      at 41d83cf  fix: add eslint repo

This branch includes the following new commits:

     new 41d83cf  fix: add eslint repo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-coho] 01/01: fix: add eslint repo

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch add-eslint
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git

commit 41d83cf35a8c1cc489df4ed38a10096630f7cde7
Author: Niklas Merz <ni...@apache.org>
AuthorDate: Fri Jan 13 17:09:56 2023 +0100

    fix: add eslint repo
---
 src/repoutil.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/repoutil.js b/src/repoutil.js
index 50c9db1..bc202f7 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -165,6 +165,11 @@ var nonPlatformRepos = [
         id: 'cordova-template-reference',
         repoName: 'cordova-template-reference',
         jiraComponentName: 'cordova-template-reference'
+    }, {
+        title: 'ESLint',
+        id: 'eslint',
+        repoName: 'cordova-eslint',
+        jiraComponentName: 'cordova-eslint'
     }
 ];
 


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