chore: re-enable eslint no-console
This commit is contained in:
Родитель
043f877f29
Коммит
982e36963d
|
@ -37,6 +37,7 @@ module.exports = {
|
|||
|
||||
// other rules
|
||||
'consistent-return': 'error',
|
||||
'no-console': 'error',
|
||||
'no-negated-condition': 'error',
|
||||
'no-param-reassign': 'error',
|
||||
'sort-imports': [
|
||||
|
|
|
@ -13,6 +13,8 @@ import { getConfig as getFileConfig } from './workers/global/config/parse/file';
|
|||
|
||||
let returnVal = 0;
|
||||
|
||||
/* eslint-disable no-console */
|
||||
|
||||
async function validate(
|
||||
desc: string,
|
||||
config: RenovateConfig,
|
||||
|
|
|
@ -85,6 +85,7 @@ export function getConfig(input: string[]): AllConfig {
|
|||
}
|
||||
});
|
||||
|
||||
/* eslint-disable no-console */
|
||||
/* istanbul ignore next */
|
||||
function helpConsole(): void {
|
||||
console.log(' Examples:');
|
||||
|
|
Загрузка…
Ссылка в новой задаче