1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-25 14:11:37 +07:00

chore: fix Prettier and Stylelint glob expansion for Windows

This commit is contained in:
Sergio Herrera Guzmán 2019-09-11 15:53:29 +02:00
parent 9ad506d569
commit 0a7428edab
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"endOfLine": "auto",
"useTabs": false,
"printWidth": 160,
"tabWidth": 2,

View File

@ -152,7 +152,7 @@
"test:size": "bundlesize",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "npm run type-check && eslint . --ext .js,.ts,.tsx",
"lint:css": "stylelint 'src/**/styles.ts'",
"lint:css": "stylelint \"src/**/styles.ts\"",
"coverage:publish": "codecov",
"pre:webpack": "rimraf static/*",
"prepublish": "in-publish && npm run build || not-in-publish",