From c9424506d9c86cf6a7badfee0a419bee2281b5e2 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Mon, 10 Jul 2017 23:10:17 +0900 Subject: [PATCH] Enable PropertySpelling in scss-lint --- .scss-lint.yml | 2 +- changelogs/unreleased/enable-scss-lint-property-spelling.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/enable-scss-lint-property-spelling.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: diff --git a/changelogs/unreleased/enable-scss-lint-property-spelling.yml b/changelogs/unreleased/enable-scss-lint-property-spelling.yml new file mode 100644 index 00000000000..c5a5a4dddb6 --- /dev/null +++ b/changelogs/unreleased/enable-scss-lint-property-spelling.yml @@ -0,0 +1,4 @@ +--- +title: Enable PropertySpelling in scss-lint +merge_request: 12752 +author: Takuya Noguchi