@nivalis/biome-config 0.0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biome.jsonc +18 -4
- package/package.json +1 -1
package/biome.jsonc
CHANGED
|
@@ -4,7 +4,12 @@
|
|
|
4
4
|
"enabled": true,
|
|
5
5
|
"actions": {
|
|
6
6
|
"source": {
|
|
7
|
-
"organizeImports":
|
|
7
|
+
"organizeImports": {
|
|
8
|
+
"level": "on",
|
|
9
|
+
"options": {
|
|
10
|
+
"groups": [{ "type": false }]
|
|
11
|
+
}
|
|
12
|
+
},
|
|
8
13
|
"useSortedAttributes": "on",
|
|
9
14
|
"useSortedKeys": "off"
|
|
10
15
|
}
|
|
@@ -111,7 +116,7 @@
|
|
|
111
116
|
"formatter": {
|
|
112
117
|
"lineEnding": "lf",
|
|
113
118
|
"lineWidth": 80,
|
|
114
|
-
"quoteStyle": "
|
|
119
|
+
"quoteStyle": "single"
|
|
115
120
|
},
|
|
116
121
|
"parser": {
|
|
117
122
|
"allowWrongLineComments": false,
|
|
@@ -473,7 +478,16 @@
|
|
|
473
478
|
"level": "error",
|
|
474
479
|
"options": {
|
|
475
480
|
"attributes": ["class", "className", "classList"],
|
|
476
|
-
"functions": [
|
|
481
|
+
"functions": [
|
|
482
|
+
"clsx",
|
|
483
|
+
"cva",
|
|
484
|
+
"tw",
|
|
485
|
+
"tw.*",
|
|
486
|
+
"twMerge",
|
|
487
|
+
"cn",
|
|
488
|
+
"twJoin",
|
|
489
|
+
"tv"
|
|
490
|
+
]
|
|
477
491
|
}
|
|
478
492
|
},
|
|
479
493
|
|
|
@@ -660,7 +674,7 @@
|
|
|
660
674
|
},
|
|
661
675
|
"overrides": [
|
|
662
676
|
{
|
|
663
|
-
"includes": ["**/*.json"],
|
|
677
|
+
"includes": ["**/*.json", "**/*.jsonc"],
|
|
664
678
|
"formatter": {
|
|
665
679
|
"indentStyle": "space"
|
|
666
680
|
}
|