From c9424506d9c86cf6a7badfee0a419bee2281b5e2 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Mon, 10 Jul 2017 23:10:17 +0900 Subject: Enable PropertySpelling in scss-lint --- .scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scss-lint.yml') diff --git a/.scss-lint.yml b/.scss-lint.yml index db234ad739c..ab067909c10 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -133,7 +133,7 @@ linters: # Reports when you use an unknown or disabled CSS property # (ignoring vendor-prefixed properties). PropertySpelling: - enabled: false + enabled: true # Configure which units are allowed for property values. PropertyUnits: -- cgit v1.2.3