This commit is contained in:
David Arranz 2025-11-16 20:29:36 +01:00
parent 8089959fd0
commit 9b874eebf8
2 changed files with 14 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json", "$schema": "https://biomejs.dev/schemas/2.3.1/schema.json",
"vcs": { "vcs": {
"enabled": true, "enabled": true,
"clientKind": "git", "clientKind": "git",
@ -108,7 +108,7 @@
"useThrowOnlyError": "error" "useThrowOnlyError": "error"
}, },
"suspicious": { "suspicious": {
"noExplicitAny": "error", "noExplicitAny": "info",
"noDebugger": "error", "noDebugger": "error",
"noDuplicateJsxProps": "error", "noDuplicateJsxProps": "error",
"noDuplicateObjectKeys": "error", "noDuplicateObjectKeys": "error",
@ -209,7 +209,7 @@
"useKeyWithClickEvents": "error", "useKeyWithClickEvents": "error",
"useKeyWithMouseEvents": "error", "useKeyWithMouseEvents": "error",
"useMediaCaption": "error", "useMediaCaption": "error",
"useSemanticElements": "error", "useSemanticElements": "info",
"useValidAnchor": "error", "useValidAnchor": "error",
"useValidAriaProps": "error", "useValidAriaProps": "error",
"useValidAriaValues": "error", "useValidAriaValues": "error",
@ -278,6 +278,9 @@
} }
}, },
"css": { "css": {
"parser": {
"tailwindDirectives": true
},
"formatter": { "formatter": {
"enabled": true, "enabled": true,
"indentStyle": "space", "indentStyle": "space",
@ -349,7 +352,7 @@
} }
}, },
"suspicious": { "suspicious": {
"noExplicitAny": "error" "noExplicitAny": "info"
}, },
"complexity": { "complexity": {
"noExcessiveCognitiveComplexity": { "noExcessiveCognitiveComplexity": {

View File

@ -861,7 +861,7 @@ importers:
specifier: ^19.1.0 specifier: ^19.1.0
version: 19.2.0(react@19.2.0) version: 19.2.0(react@19.2.0)
tailwindcss: tailwindcss:
specifier: ^4.1.5 specifier: ^4.1.10
version: 4.1.16 version: 4.1.16
tsup: tsup:
specifier: ^8.4.0 specifier: ^8.4.0
@ -981,9 +981,6 @@ importers:
'@radix-ui/react-tooltip': '@radix-ui/react-tooltip':
specifier: ^1.2.8 specifier: ^1.2.8
version: 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) version: 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@tailwindcss/cli':
specifier: ^4.1.5
version: 4.1.16
add: add:
specifier: ^2.0.6 specifier: ^2.0.6
version: 2.0.6 version: 2.0.6
@ -1035,6 +1032,9 @@ importers:
tailwind-merge: tailwind-merge:
specifier: ^3.2.0 specifier: ^3.2.0
version: 3.3.1 version: 3.3.1
tailwindcss:
specifier: ^4.1.10
version: 4.1.16
tw-animate-css: tw-animate-css:
specifier: ^1.2.9 specifier: ^1.2.9
version: 1.4.0 version: 1.4.0
@ -1051,6 +1051,9 @@ importers:
'@repo/typescript-config': '@repo/typescript-config':
specifier: workspace:* specifier: workspace:*
version: link:../typescript-config version: link:../typescript-config
'@tailwindcss/cli':
specifier: ^4.1.5
version: 4.1.16
'@tailwindcss/postcss': '@tailwindcss/postcss':
specifier: ^4.1.5 specifier: ^4.1.5
version: 4.1.16 version: 4.1.16
@ -1075,9 +1078,6 @@ importers:
react-dom: react-dom:
specifier: ^19.1.0 specifier: ^19.1.0
version: 19.2.0(react@19.2.0) version: 19.2.0(react@19.2.0)
tailwindcss:
specifier: ^4.1.5
version: 4.1.16
typescript: typescript:
specifier: ^5.6.0 specifier: ^5.6.0
version: 5.9.3 version: 5.9.3