Enable PropertySpelling in scss-lint

This commit is contained in:
Takuya Noguchi 2017-07-10 23:10:17 +09:00
parent 420f6b5474
commit c9424506d9
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -0,0 +1,4 @@
---
title: Enable PropertySpelling in scss-lint
merge_request: 12752
author: Takuya Noguchi