Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update @prettier/plugin-xml to v2.0.0 #46

Merged
merged 1 commit into from
Mar 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update @prettier/plugin-xml to v2.0.0
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Mar 22, 2022
commit 25f42f56275548f89608d67d83ca19b258dd04b5
6 changes: 3 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
entry: prettier --write --list-different --ignore-unknown --print-width 120 --xml-self-closing-space false
language: node
files: .xacro$
additional_dependencies: [prettier@2.5.1, "@prettier/plugin-xml@1.2.0"]
additional_dependencies: [prettier@2.6.0, "@prettier/plugin-xml@2.0.0"]

- id: prettier-launch-xml
name: prettier launch.xml
description: Apply Prettier with plugin-xml to launch.xml.
entry: prettier --write --list-different --ignore-unknown --print-width 200 --xml-self-closing-space false
language: node
files: launch.xml$
additional_dependencies: [prettier@2.5.1, "@prettier/plugin-xml@1.2.0"]
additional_dependencies: [prettier@2.6.0, "@prettier/plugin-xml@2.0.0"]

- id: prettier-package-xml
name: prettier package.xml
description: Apply Prettier with plugin-xml to package.xml.
entry: prettier --write --list-different --ignore-unknown --print-width 1000 --xml-self-closing-space false
language: node
files: package.xml$
additional_dependencies: [prettier@2.5.1, "@prettier/plugin-xml@1.2.0"]
additional_dependencies: [prettier@2.6.0, "@prettier/plugin-xml@2.0.0"]

- id: sort-package-xml
name: sort package.xml
Expand Down