diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-10 23:10:17 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-12 08:18:52 +0900 |
commit | c9424506d9c86cf6a7badfee0a419bee2281b5e2 (patch) | |
tree | db7d69295f7513a30ab1bb5450668a6941f375d1 /.scss-lint.yml | |
parent | 420f6b5474e49e17226415250846e48fe514fe0d (diff) | |
download | gitlab-ce-c9424506d9c86cf6a7badfee0a419bee2281b5e2.tar.gz |
Enable PropertySpelling in scss-lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |