From b339badfab58ad228b986742d1f8ee8dc9173707 Mon Sep 17 00:00:00 2001 From: gcch Date: Fri, 9 Aug 2024 18:47:03 +0200 Subject: [PATCH] =?UTF-8?q?corv=C3=A9e(deps)=20remplace=20le=20plugin=20Pr?= =?UTF-8?q?ettier=20pour=20Twig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- prettier.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17b57f07..73a505dc 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "@biomejs/biome": "1.8.3", "@prettier/plugin-php": "^0.22.2", "@prettier/plugin-xml": "^3.4.1", - "@zackad/prettier-plugin-twig-melody": "^0.6.0", "@swc/cli": "^0.4.0", "@swc/core": "^1.7.9", + "@zackad/prettier-plugin-twig": "^0.8.0", "browserslist": "^4.23.3", "prettier": "^3.3.3", "prettier-plugin-pkg": "^0.18.1", diff --git a/prettier.config.js b/prettier.config.js index cabd3342..5f1eb1a4 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -25,7 +25,7 @@ export default { { files: ["*.twig"], options: { - plugins: ["@zackad/prettier-plugin-twig-melody"], + plugins: ["@zackad/prettier-plugin-twig"], twigAlwaysBreakObjects: false, twigFollowOfficialCodingStandards: true, twigOutputEndblockName: true,