Skip to content

Commit

Permalink
Use prettier --check instead of prettier --list-different (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanoverbye authored and nathsimpson committed Sep 29, 2022
1 parent 8e4eb33 commit 301a681
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 @@ -18,7 +18,7 @@
"lint:packages": "yarn eslint packages/**",
"lint:example": "yarn --cwd example-site lint",
"lint:docs": "yarn --cwd docs lint",
"lint:prettier": "prettier --list-different \"**/*.{js,jsx,json,ts,tsx,md,mdx,yml,yaml}\"",
"lint:prettier": "prettier --check \"**/*.{js,jsx,json,ts,tsx,md,mdx,yml,yaml}\"",
"lint:typescript": "tsc --noEmit",
"test": "jest",
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,md,mdx}\"",
Expand Down

0 comments on commit 301a681

Please sign in to comment.