-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for
@prettier/plugin-php
The PHP prettier plugin doesn’t support working with inline HTML. We tried to get this to work by treating `inline` blocks as HTML and telling prettier to format them but this introduced complications and resulted in errors in some files. The correct way for this to work is for the PHP prettier plugin to introduce support for HTML itself and, if made to work with Prettier’s multi-language support, would automatically run Tailwind’s prettier plugin to format classes. We were trying to be too clever here but ultimately fixing the problems would be the same as adding full HTML support to the PHP prettier plugin which is not something we can tackle.
- Loading branch information
1 parent
df84d8f
commit 75f16eb
Showing
2 changed files
with
0 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters