Skip to content

Commit

Permalink
issue-813 -- Alphabetizes rules config
Browse files Browse the repository at this point in the history
  • Loading branch information
danwaz committed Aug 26, 2016
1 parent 56d3e4f commit 21f836e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ rules:
no-css-comments: 1
no-debug: 1
no-disallowed-properties: 0
no-url-domains: 1
no-duplicate-properties: 1
no-empty-rulesets: 1
no-extends: 0
Expand All @@ -39,6 +38,7 @@ rules:
no-trailing-zero: 1
no-transition-all: 1
no-universal-selectors: 0
no-url-domains: 1
no-url-protocols: 1
no-vendor-prefixes: 1
no-warn: 1
Expand Down

0 comments on commit 21f836e

Please sign in to comment.