Skip to content

Commit

Permalink
Add value-keyword-case (#136)
Browse files Browse the repository at this point in the history
* Add value-keyword-case
  • Loading branch information
jeddy3 committed Feb 9, 2020
1 parent 416b35f commit ba5066c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -101,6 +101,7 @@ module.exports = {
"selector-pseudo-element-colon-notation": "double",
"selector-type-case": "lower",
"unit-case": "lower",
"value-keyword-case": "lower",
"value-list-comma-newline-after": "always-multi-line",
"value-list-comma-space-after": "always-single-line",
"value-list-comma-space-before": "never",
Expand Down

0 comments on commit ba5066c

Please sign in to comment.