Skip to content

Commit dfd5c4e

Browse files
chore(renovate): Update dependency ultracite to v7 (#79)
* chore(renovate): Update dependency ultracite to v7 * fix: force type keyword for type definitions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ivan Porto <iporto@adobe.com>
1 parent 8059597 commit dfd5c4e

File tree

3 files changed

+36
-284
lines changed

3 files changed

+36
-284
lines changed

biome.jsonc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
},
2727

2828
"style": {
29+
"useConsistentTypeDefinitions": {
30+
"level": "error",
31+
"options": {
32+
"style": "type"
33+
}
34+
},
35+
2936
"useExportType": "error",
3037
"useImportType": {
3138
"level": "error",

0 commit comments

Comments
 (0)