From bc09ea58d61592867a688dd4d3836e117ab03167 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Wed, 12 Jul 2017 13:59:39 +0900 Subject: Enable DeclarationOrder in scss-lint --- .scss-lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.scss-lint.yml') diff --git a/.scss-lint.yml b/.scss-lint.yml index db234ad739c..389682af3dd 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -43,10 +43,11 @@ linters: # Rule sets should be ordered as follows: # - @extend declarations # - @include declarations without inner @content - # - properties, @include declarations with inner @content + # - properties + # - @include declarations with inner @content # - nested rule sets. DeclarationOrder: - enabled: false + enabled: true # `scss-lint:disable` control comments should be preceded by a comment # explaining why these linters are being disabled for this file. -- cgit v1.2.3