As per requested by the support of Code Climate, here is a separate issue regarding errors with the latest version of stylelint.
If one updates to the latest stylelint version (13.7.x) and to the new configuration practices, this engine throws the following error:
•• Timing: .engineConfig: 0.01s
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
Error: Undefined rule declaration-property-value-disallowed-list
See our documentation at https://docs.codeclimate.com/docs/stylelint for more information.
This is because stylelint has deprecated *-blacklist, *-requirelist and *-whitelist rules in favor of the new *-disallowed-list, *-required-list and *-allowed-list ones in the version 13.70 (see more), and codeclimate-stylelint engine still uses the version 9.10.1.
As per requested by the support of Code Climate, here is a separate issue regarding errors with the latest version of stylelint.
If one updates to the latest stylelint version (13.7.x) and to the new configuration practices, this engine throws the following error:
This is because stylelint has deprecated
*-blacklist
,*-requirelist
and*-whitelist
rules in favor of the new*-disallowed-list
,*-required-list
and*-allowed-list
ones in the version 13.70 (see more), and codeclimate-stylelint engine still uses the version 9.10.1.Relates to https://github.com/gilbarbara/codeclimate-stylelint/issues/40