diff --git a/index.js b/index.js index 0fa4046..0b67875 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ const POSSIBLE_ERRORS = { }; const LIMIT_LANGUAGE_FEATURES = { - 'color-no-hex': false, + 'color-no-hex': 0, 'function-url-no-scheme-relative': true, 'shorthand-property-no-redundant-values': true, 'value-no-vendor-prefix': true,