eslint-config-stylelint
eslint-config-stylelint copied to clipboard
Add exceptions to `no-console`
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'],