You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stylelint recently renamed declaration-property-unit-whitelist to declaration-property-unit-allowed-list, which is causing Hound to throw an error:
Error: Undefined rule declaration-property-unit-allowed-list
at module.exports (/home/linters/app/versions/stylelint-10.1.0/node_modules/stylelint/lib/utils/configurationError.js:8:28)
at Object.keys.forEach.ruleName (/home/linters/app/versions/stylelint-10.1.0/node_modules/stylelint/lib/augmentConfig.js:325:13)
at Array.forEach ()
at normalizeAllRuleSettings (/home/linters/app/versions/stylelint-10.1.0/node_modules/stylelint/lib/augmentConfig.js:318:29)
at augmentConfigBasic.then.then.then.augmentedConfig (/home/linters/app/versions/stylelint-10.1.0/node_modules/stylelint/lib/augmentConfig.js:94:14)
Stylelint recently renamed
declaration-property-unit-whitelist
todeclaration-property-unit-allowed-list
, which is causing Hound to throw an error:There might also be errors for the other renamed rules that were updated in stylelint v13.7.0, although this was the first one I encountered. The full list can be found here: https://github.com/stylelint/stylelint/releases/tag/13.7.0
The text was updated successfully, but these errors were encountered: