fix eslint issues in CLI project (#7492)

This commit is contained in:
Denys Vuika
2022-02-08 10:28:55 +00:00
committed by GitHub
parent 3205a3da7c
commit f9be037c4f
19 changed files with 186 additions and 235 deletions

View File

@@ -32,8 +32,8 @@ interface PackageInfo {
const nonStandardLicenses = {
'public domain': 'PDDL-1.0',
'apache': 'Apache-2.0',
'bsd': 'BSD-2-Clause'
apache: 'Apache-2.0',
bsd: 'BSD-2-Clause'
};
const missingRepositories = {
@@ -44,7 +44,7 @@ const missingRepositories = {
'@webassemblyjs/leb128': 'https://github.com/xtuc/webassemblyjs',
'adf-tslint-rules': 'https://github.com/Alfresco/alfresco-ng2-components',
'adf-monaco-extension': 'https://github.com/eromano/aca-monaco-extension',
'indexof': 'https://github.com/component/indexof',
indexof: 'https://github.com/component/indexof',
'rxjs-compat': 'https://github.com/ReactiveX/rxjs/tree/master/compat'
};