chore: re-enable eslint no-console

This commit is contained in:
Rhys Arkins 2021-11-09 07:48:31 +01:00
Родитель 043f877f29
Коммит 982e36963d
3 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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:');