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 .",