Skip to content

Commit

Permalink
ci: explicitly configure stylelint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 20, 2023
1 parent 377ab49 commit da0e3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint-fix": "npm-run-all --continue-on-error lint-fix:** prettier",
"lint-fix:css": "stylelint --fix \"**/*.{css,scss}\"",
"lint-fix:js": "eslint --ext \".js,.json,.jsx,.mdx,.mjs,.ts,.tsx\" --fix --report-unused-disable-directives .",
"lint:css": "stylelint \"**/*.{css,scss}\"",
"lint:css": "stylelint --config .stylelintrc.json \"**/*.{css,scss}\"",
"lint:js": "eslint --ext .js,.json,.jsx,.mdx,.mjs,.ts,.tsx --report-unused-disable-directives .",
"lint:package": "npmPkgJsonLint \"**/package.json\"",
"lint:prettier": "prettier --check .",
Expand Down

0 comments on commit da0e3a3

Please sign in to comment.