diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 814bb6794..a87f41fb5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,9 @@ repos: rev: "v2.5.1" hooks: - id: prettier + args: + - "--no-semi" + - "--single-quote" types_or: - javascript - ts