Skip to content

Commit

Permalink
Update CSS path for Stylelint check
Browse files Browse the repository at this point in the history
  • Loading branch information
infotexture committed Jan 8, 2024
1 parent e45795d commit 70806f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"prepare": "husky install",
"prettier": "prettier --write \"**/*.{css,dita*,json,md,xml,xsl,yml}\"",
"prettier-check": "prettier --check \"**/*.{css,dita*,json,md,xml,xsl,yml}\"",
"stylelint": "stylelint \"css/*.css\"",
"stylelint": "stylelint \"**/*.css\"",
"test": "prettier --list-different \"**/*.{css,dita*,json,md,xml,xsl,yml}\""
},
"lint-staged": {
Expand Down

0 comments on commit 70806f7

Please sign in to comment.