eslint-config-stylelint icon indicating copy to clipboard operation
eslint-config-stylelint copied to clipboard

Add exceptions to `no-console`

Open Mouvedia opened this issue 8 months ago • 0 comments

see https://github.com/stylelint/stylelint/pull/8353#discussion_r1945753998 i.e.

change https://github.com/stylelint/eslint-config-stylelint/blob/a3671f76135047887f960aa4e104dad3e5f0a493/index.js#L37 to

					allow: ['info', 'debug', 'warn', 'error'],

Mouvedia avatar Feb 15 '25 22:02 Mouvedia