From 8f822e840b3b284b333c4b49e16331a3ed199b4e Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Sun, 5 Jan 2020 13:10:19 +1100 Subject: [PATCH] Rename `stylelint configuration options` setting to `stylelint` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e08eed93..0b1becd8 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "contributes": { "configuration": { "type": "object", - "title": "stylelint configuration options", + "title": "stylelint", "properties": { "stylelint.enable": { "type": "boolean",