forked from sombochea/verdaccio-ui
chore: fix Prettier and Stylelint glob expansion for Windows
This commit is contained in:
parent
9ad506d569
commit
0a7428edab
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"endOfLine": "auto",
|
||||||
"useTabs": false,
|
"useTabs": false,
|
||||||
"printWidth": 160,
|
"printWidth": 160,
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
|
@ -152,7 +152,7 @@
|
|||||||
"test:size": "bundlesize",
|
"test:size": "bundlesize",
|
||||||
"lint": "npm run lint:js && npm run lint:css",
|
"lint": "npm run lint:js && npm run lint:css",
|
||||||
"lint:js": "npm run type-check && eslint . --ext .js,.ts,.tsx",
|
"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",
|
"coverage:publish": "codecov",
|
||||||
"pre:webpack": "rimraf static/*",
|
"pre:webpack": "rimraf static/*",
|
||||||
"prepublish": "in-publish && npm run build || not-in-publish",
|
"prepublish": "in-publish && npm run build || not-in-publish",
|
||||||
|
Loading…
Reference in New Issue
Block a user