@tilli-pro/biome 0.2.0 → 0.4.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.json +2 -2
  2. package/package.json +1 -1
package/biome.json CHANGED
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "files": {
9
9
  "ignoreUnknown": false,
10
- "maxSize": 8
10
+ "maxSize": 16777216
11
11
  },
12
12
  "formatter": {
13
13
  "enabled": true,
@@ -317,7 +317,7 @@
317
317
  },
318
318
  "useSortedAttributes": "on",
319
319
  "useSortedProperties": "on",
320
- "useSortedKeys": "on"
320
+ "useSortedKeys": "off"
321
321
  }
322
322
  }
323
323
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilli-pro/biome",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "files": [
5
5
  "biome.json"
6
6
  ],