Skip to content

Commit 0a7428e

Browse files
committed
chore: fix Prettier and Stylelint glob expansion for Windows
1 parent 9ad506d commit 0a7428e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"endOfLine": "auto",
23
"useTabs": false,
34
"printWidth": 160,
45
"tabWidth": 2,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"test:size": "bundlesize",
153153
"lint": "npm run lint:js && npm run lint:css",
154154
"lint:js": "npm run type-check && eslint . --ext .js,.ts,.tsx",
155-
"lint:css": "stylelint 'src/**/styles.ts'",
155+
"lint:css": "stylelint \"src/**/styles.ts\"",
156156
"coverage:publish": "codecov",
157157
"pre:webpack": "rimraf static/*",
158158
"prepublish": "in-publish && npm run build || not-in-publish",

0 commit comments

Comments
 (0)