Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Oct 29, 2024
1 parent a86a6c0 commit 7687a70
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 @@ -11,7 +11,7 @@
"fix": "eslint . --fix && stylelint --fix \"**/*.css\" && prettier --write .",
"htmlhint": "htmlhint \"**/*.html\" \"**/*.template\" --ignore \"common/**/*.html\" --format unix",
"lint": "npm run lint:es && npm run lint:css && npm run lint:html && npm run lint:spelling",
"lint:css": "stylelint \"**/*.css\" && prettier --check \"**/*.css\"",
"lint:css": "stylelint \"**/*.css\" --custom-formatter=stylelint-actions-formatters && prettier --check \"**/*.css\"",
"lint:es": "eslint . && prettier --check \"**/*.{js,mjs,cjs}\"",
"lint:js": "npm run lint:es",
"lint:html": "npm run htmlhint && npm run vnu-jar",
Expand Down

0 comments on commit 7687a70

Please sign in to comment.