@nivalis/biome-config 0.0.1 → 0.1.0

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.
Files changed (2) hide show
  1. package/biome.jsonc +17 -3
  2. 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": "on",
7
+ "organizeImports": {
8
+ "level": "on",
9
+ "options": {
10
+ "groups": [{ "type": false }]
11
+ }
12
+ },
8
13
  "useSortedAttributes": "on",
9
14
  "useSortedKeys": "off"
10
15
  }
@@ -473,7 +478,16 @@
473
478
  "level": "error",
474
479
  "options": {
475
480
  "attributes": ["class", "className", "classList"],
476
- "functions": ["clsx", "cva", "tw", "tw.*", "twMerge", "cn", "twJoin", "tv"]
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nivalis/biome-config",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "Configuration for biome",
5
5
  "main": "./biome.jsonc",
6
6
  "files": [