@dvashim/biome-config 1.5.11 → 1.5.12

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/README.md CHANGED
@@ -175,10 +175,10 @@ All configurations share the same base defaults.
175
175
 
176
176
  ### Overrides
177
177
 
178
- | File pattern | Setting | Value |
179
- |----------------|--------------------------------------|------------|
180
- | `package.json` | assist.actions.source.useSortedKeys | `"off"` |
181
- | `package.json` | json.formatter.expand | `"always"` |
178
+ | File pattern | Setting | Value |
179
+ |----------------------|--------------------------------------|------------|
180
+ | `**/package.json` | assist.actions.source.useSortedKeys | `"off"` |
181
+ | `**/package.json` | json.formatter.expand | `"always"` |
182
182
 
183
183
  ### Assist
184
184
 
@@ -295,7 +295,7 @@
295
295
 
296
296
  "overrides": [
297
297
  {
298
- "includes": ["package.json"],
298
+ "includes": ["**/package.json"],
299
299
  "assist": {
300
300
  "actions": {
301
301
  "source": {
@@ -69,7 +69,7 @@
69
69
 
70
70
  "overrides": [
71
71
  {
72
- "includes": ["package.json"],
72
+ "includes": ["**/package.json"],
73
73
  "assist": {
74
74
  "actions": {
75
75
  "source": {
@@ -285,7 +285,7 @@
285
285
 
286
286
  "overrides": [
287
287
  {
288
- "includes": ["package.json"],
288
+ "includes": ["**/package.json"],
289
289
  "assist": {
290
290
  "actions": {
291
291
  "source": {
@@ -62,7 +62,7 @@
62
62
 
63
63
  "overrides": [
64
64
  {
65
- "includes": ["package.json"],
65
+ "includes": ["**/package.json"],
66
66
  "assist": {
67
67
  "actions": {
68
68
  "source": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvashim/biome-config",
3
- "version": "1.5.11",
3
+ "version": "1.5.12",
4
4
  "description": "Shared Biome Configurations",
5
5
  "keywords": [
6
6
  "biome",