From e6f6bba491175b1d6d111ad3654fe9aad44a88fd Mon Sep 17 00:00:00 2001 From: Alex Van Camp Date: Mon, 20 Apr 2020 13:57:11 -0500 Subject: [PATCH] fix: ok i guess i have to just fuckin delete the entire rule --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 0b67875..63254f2 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,6 @@ const POSSIBLE_ERRORS = { }; const LIMIT_LANGUAGE_FEATURES = { - 'color-no-hex': 0, 'function-url-no-scheme-relative': true, 'shorthand-property-no-redundant-values': true, 'value-no-vendor-prefix': true,