From a0fbbde2e189f4b70d182f3fd631d2beab9eba6c Mon Sep 17 00:00:00 2001 From: Mahafuzur Rahman Date: Tue, 20 Mar 2018 14:36:28 +0600 Subject: [PATCH] allow styled-components processor to be installed a deep folder (#157) If node_modules is in a subdirectory then stylelint is not activated for styled components processor. This glob pattern should handle it properly. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24ed04f7..03050529 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "onLanguage:vue", "onLanguage:vue-html", "onLanguage:xml", - "workspaceContains:node_modules/stylelint-processor-styled-components/package.json" + "workspaceContains:**/node_modules/stylelint-processor-styled-components/package.json" ], "main": "index.js", "contributes": {