@kcconfigs/biome 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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,42 @@
1
+ # Changelog
2
+
3
+ ## [0.1.0](https://github.com/kc-workspace/kcws/compare/@kcconfigs/biome#v0.1.0-beta.0...@kcconfigs/biome#v0.1.0) (2025-12-26)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * **kcconfigs/biome:** disable fix for useLiteralKeys rule for now ([e777f5c](https://github.com/kc-workspace/kcws/commit/e777f5c8b104e402892de74816f4e38be1f66d74))
9
+
10
+
11
+ ### Bugfixes
12
+
13
+ * **kcconfigs/biome:** disable useLiteralKeys as conflicts with ts(4111) ([dc8a8ce](https://github.com/kc-workspace/kcws/commit/dc8a8ce354ecf234c00989e95b0585e51a434ba9))
14
+
15
+
16
+ ### Miscellaneous Chores
17
+
18
+ * **kcconfigs/biome:** force package version out of beta ([d9a4fb7](https://github.com/kc-workspace/kcws/commit/d9a4fb79c32115298dc329923e6f45033c0242b2))
19
+
20
+ ## 0.1.0-beta.0 (2025-12-20)
21
+
22
+
23
+ ### Features
24
+
25
+ * **core:** move all packages into packages/* directory ([58230cd](https://github.com/kc-workspace/kcws/commit/58230cd286d0dea953d232806c91508ebfc57701))
26
+
27
+
28
+ ### Performance Improvements
29
+
30
+ * **config:** add editorconfig and configure biome to honor it ([22d6a85](https://github.com/kc-workspace/kcws/commit/22d6a85061f1733b3370640ba2eb989a28b778d1))
31
+
32
+
33
+ ### Bugfixes
34
+
35
+ * homepage contains invalid url ([0ee37d6](https://github.com/kc-workspace/kcws/commit/0ee37d641fe5b04fb019099915c8aa3ddfed3be7))
36
+ * trigger re-release please ([65447a7](https://github.com/kc-workspace/kcws/commit/65447a776ed2f8638f6f35a4d00277d407143114))
37
+
38
+
39
+ ### Reverts
40
+
41
+ * remove @kcconfigs/biome release ([4bbe0b1](https://github.com/kc-workspace/kcws/commit/4bbe0b16eadc1ed6817e0347d37f51a0e65a3729))
42
+ * remove released @kcconfigs/biome ([82b87c2](https://github.com/kc-workspace/kcws/commit/82b87c20d0e14a5353bda7e91e3dcfad594370fc))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kcconfigs/biome",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "Common biome configuration for kc's",
5
5
  "devDependencies": {
6
6
  "@biomejs/biome": "2.3.8"
@@ -24,7 +24,13 @@
24
24
  "test": "recommended"
25
25
  },
26
26
  "rules": {
27
- "recommended": true
27
+ "recommended": true,
28
+ "complexity": {
29
+ "useLiteralKeys": {
30
+ "level": "off",
31
+ "fix": "none"
32
+ }
33
+ }
28
34
  }
29
35
  },
30
36
  "assist": {