Skip to content

Commit

Permalink
lint: remove colors
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Aug 15, 2016
1 parent f5ab1df commit c827228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint/styl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"blocks": {"error": true, "expect": "never"},
"brackets": {"error": true, "expect": "never"},
"colons": {"error": true, "expect": "never"},
"colors": {"error": true, "expect": "always"},
"colors": false,
"commaSpace": {"error": true, "expect": "always"},
"commentSpace": {"error": true, "expect": "always"},
"cssLiteral": {"error": true, "expect": "never"},
Expand Down

0 comments on commit c827228

Please sign in to comment.