Skip to content

Commit

Permalink
fix: fix color-no-hex rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp authored Apr 20, 2020
1 parent 80bd0c5 commit 3478844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3478844

Please sign in to comment.