Closed StewEucen closed 5 months ago
no-console
{ rules: { 'no-console': [ 'error', { allow: undefined, // When disable `allow` field, give undefined instead of empty array // [ // 'assert', // 'clear', // 'Console', // 'count', // 'countReset', // 'debug', // 'dir', // 'dirxml', // 'error', // 'group', // 'groupCollapsed', // 'groupEnd', // 'info', // 'log', // 'table', // 'time', // 'timeEnd', // 'timeLog', // 'trace', // 'warn', // ], }, ], }, }
undefined
[]
Overview
no-console
ruleNote
undefined
instead of[]
is as follows: See → https://github.com/eslint/eslint/blob/main/lib/rules/no-console.js#L38