Format .pre-commit-config.yaml

This commit is contained in:
jo 2022-12-15 18:31:12 +01:00
parent 5084b252f1
commit aff5c93fe1
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
1 changed files with 12 additions and 12 deletions

View File

@ -55,15 +55,15 @@ repos:
name: Run prettier with docker name: Run prettier with docker
entry: tmknom/prettier:latest -l entry: tmknom/prettier:latest -l
language: docker_image language: docker_image
files: "\\.(\ files: |
css|less|scss\ (?x)\.(
|graphql|gql\ css|less|scss
|html\ graphql|gql|
|js|jsx\ html|
|json\ js|jsx|ts|tsx|
|md|markdown|mdown|mkdn\ json|
|mdx\ md|markdown|mdown|mkdn|
|ts|tsx\ mdx|
|vue\ vue|
|yaml|yml\ yaml|yml
)$" )$