diff options
| author | Martijn Cuppens <[email protected]> | 2019-11-22 10:00:25 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-22 11:00:25 +0200 |
| commit | a65d066530c463a973414e894924fd46bd34ee91 (patch) | |
| tree | a084cbc8962717a808af9e3a4dcfbd96cf7264f8 | |
| parent | db87297afbc6a6458912d490a2398801ea7108bb (diff) | |
| download | bootstrap-a65d066530c463a973414e894924fd46bd34ee91.tar.xz bootstrap-a65d066530c463a973414e894924fd46bd34ee91.zip | |
Use double quotes in `.stylelintrc` (#29709)
| -rw-r--r-- | .stylelintrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.stylelintrc b/.stylelintrc index 80d0eb5f9..669e28a42 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -12,10 +12,10 @@ "transition" ], "function-blacklist": ["calc"], - 'scss/dollar-variable-default': [ + "scss/dollar-variable-default": [ true, { - 'ignore': 'local' + "ignore": "local" } ] } |
