Skip to content

Commit 8d518b4

Browse files
chore(deps): update @biomejs/biome to v2.3.0 (#530)
* chore(deps): update @biomejs/biome to v2.3.0 * enable tailwindDirectives parser Signed-off-by: Adam Setch <[email protected]> --------- Signed-off-by: Adam Setch <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Setch <[email protected]>
1 parent 2847e5f commit 8d518b4

File tree

3 files changed

+45
-40
lines changed

3 files changed

+45
-40
lines changed

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
33
"assist": {
44
"actions": {
55
"source": {
@@ -75,5 +75,10 @@
7575
"parser": {
7676
"allowComments": true
7777
}
78+
},
79+
"css": {
80+
"parser": {
81+
"tailwindDirectives": true
82+
}
7883
}
7984
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"tailwindcss-motion": "1.1.1"
6565
},
6666
"devDependencies": {
67-
"@biomejs/biome": "2.2.6",
67+
"@biomejs/biome": "2.3.0",
6868
"husky": "9.1.7"
6969
},
7070
"packageManager": "[email protected]",

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)