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 016edb3f3f228eda52be26c11d7e090756bf11c1 Author: Niklas Merz <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
