Skip to content

Commit 1ca9658

Browse files
committed
fix: add stylelint to nohoist so that postcss-styled-syntax custom syntax rules can be resolved properly
1 parent f3dc4a4 commit 1ca9658

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44
"version": "1.0.0",
55
"description": "Elastic Design System",
66
"workspaces": {
7-
"packages": ["packages/*"],
8-
"nohoist": ["**/eslint-plugin-local", "**/eslint-plugin-local/**"]
7+
"packages": [
8+
"packages/*"
9+
],
10+
"nohoist": [
11+
"**/eslint-plugin-local",
12+
"**/eslint-plugin-local/**",
13+
"**/stylelint",
14+
"**/stylelint/**"
15+
]
916
},
1017
"scripts": {
1118
"pre-push": "yarn --cwd packages/eui pre-push"

0 commit comments

Comments
 (0)