Skip to content

Commit 1f103f2

Browse files
attempt to fix stylelint
1 parent 1c5f033 commit 1f103f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "vite test",
2727
"eject": "vite eject",
2828
"lint-js": "eslint .",
29-
"lint-css": "stylelint src/**/*.css --allow-empty-input",
29+
"lint-css": "npx stylelint src/**/*.css --allow-empty-input",
3030
"lint": "npm-run-all -p -c lint-js lint-css"
3131
},
3232
"eslintConfig": {

0 commit comments

Comments
 (0)