This is an automated email from the ASF dual-hosted git repository.
niklasmerz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
The following commit(s) were added to refs/heads/master by this push:
new 250eafe fix: add eslint repo (#296)
250eafe is described below
commit 250eafe2002a9c2cd780c4ae3e5e0a42fd06528b
Author: Niklas Merz <[email protected]>
AuthorDate: Mon Jan 16 17:11:10 2023 +0100
fix: add eslint repo (#296)
---
src/repoutil.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/repoutil.js b/src/repoutil.js
index bf0bd60..a43dd97 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -165,6 +165,11 @@ const 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: [email protected]
For additional commands, e-mail: [email protected]