Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Repository files navigation

archived

prettier made some changes that breaks plugins entirely


prettier mirror

Mirror of prettier package for pre-commit.

For pre-commit: see https://github.com/pre-commit/pre-commit

For prettier: see https://github.com/prettier/prettier

Using prettier with pre-commit

Add this to your .pre-commit-config.yaml:

- repo: https://github.com/pre-commit/mirrors-prettierrev: ''# Use the sha / tag you want to point athooks:
- id: prettier

note: only prettier versions >= 2.1.0 are supported

When using plugins with prettier you'll need to declare them under additional_dependencies. For example:

- repo: https://github.com/pre-commit/mirrors-prettierrev: ''# Use the sha / tag you want to point athooks:
- id: prettieradditional_dependencies:
- prettier@2.1.2
- '@prettier/plugin-xml@0.12.0'

By default, all files are passed to prettier, if you want to limit the file list, adjust types / types_or / files:

 - id: prettiertypes_or: [css, javascript]

About

mirror of the `prettier` npm package for pre-commit

Resources

Security policy

Stars

137 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Contributors