@vlandoss/biome-config 0.0.4 → 0.0.6-git-4077faf.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 +6 -0
- package/package.json +2 -2
- package/src/config.json +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @vlandoss/biome-config
|
|
2
2
|
|
|
3
|
+
## 0.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#134](https://github.com/variableland/dx/pull/134) [`6fe338f`](https://github.com/variableland/dx/commit/6fe338f630efe7c2554fb2bd172157d395d3931b) Thanks [@rqbazan](https://github.com/rqbazan)! - Off complexity/noStaticOnlyClass lint rule
|
|
8
|
+
|
|
3
9
|
## 0.0.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlandoss/biome-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6-git-4077faf.0",
|
|
4
4
|
"description": "Biome configuration file for @variableland",
|
|
5
5
|
"homepage": "https://github.com/variableland/dx/tree/main/dotfiles/biome-config#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@biomejs/biome": "2.
|
|
26
|
+
"@biomejs/biome": "2.4.4"
|
|
27
27
|
}
|
|
28
28
|
}
|