Skip to content

Commit

Permalink
allow styled-components processor to be installed a deep folder (#157)
Browse files Browse the repository at this point in the history
If node_modules is in a subdirectory then stylelint is not activated for styled components processor.

This glob pattern should handle it properly.
  • Loading branch information
masumsoft authored and shinnn committed Mar 20, 2018
1 parent 57b6da9 commit a0fbbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a0fbbde

Please sign in to comment.