We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33c167 commit c3b48b8Copy full SHA for c3b48b8
1 file changed
README.md
@@ -6,6 +6,10 @@
6
A Symfony Bundle to easily download and use [Biome.js](https://biomejs.dev/) in your Symfony applications,
7
to lint your front assets without needing Node.js (ex: when using [Symfony AssetMapper](https://symfony.com/doc/current/frontend/asset_mapper.html)).
8
9
+> [!TIP]
10
+> If you prefer to use Oxlint instead, check [Kocal/OxlintBundle](https://github.com/Kocal/OxlintBundle)!
11
+
12
13
---
14
15
> [!NOTE]
@@ -118,3 +122,7 @@ bin/biome --version
118
122
php bin/console biomejs:download path/to/bin
119
123
path/to/bin/biome --version
120
124
```
125
126
+## Inspirations
127
128
+- https://github.com/SymfonyCasts/tailwind-bundle
0 commit comments