From 716160b825511457f16ce1d855d235113c8d9040 Mon Sep 17 00:00:00 2001 From: Robbert Broersma Date: Mon, 10 Jun 2024 12:56:18 +0200 Subject: [PATCH] ci: check Prettier in new pull requests --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 63ecf5d2..fc146985 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "lint:md": "markdownlint '**/*.md'", "lint:package-json": "npmPkgJsonLint '**/package.json'", "lint:package-lock": "pnpm ls --recursive", + "lint:prettier": "prettier --check .", "lint-fix": "npm-run-all --continue-on-error lint-fix:** prettier", "lint-fix:css": "stylelint --fix '**/*.{css,scss}'", "lint-fix:js": "eslint --ext .js,.cjs,.mjs,.json,.jsx,.mdx,.ts,.tsx --fix --report-unused-disable-directives .",