Skip to content

Commit 4ae1722

Browse files
committed
fix: stylelint
1 parent 2035484 commit 4ae1722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clean:cache": "npx rimraf node_modules/.cache",
2323
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
2424
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
25-
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
25+
"lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
2626
"lint:lint-staged": "lint-staged -c "
2727
},
2828
"dependencies": {

0 commit comments

Comments
 (0)