mirror of
https://github.com/SomboChea/ui
synced 2024-11-23 22:44:27 +07:00
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,
|
||||
"printWidth": 160,
|
||||
"tabWidth": 2,
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user