adamantite 0.9.4 → 0.9.5

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 +2 -1
  2. package/package.json +1 -1
package/biome.jsonc CHANGED
@@ -284,7 +284,8 @@
284
284
  "level": "error",
285
285
  "options": {
286
286
  "filenameCases": ["kebab-case"],
287
- "requireAscii": false
287
+ "requireAscii": false,
288
+ "match": "[+_\\-\\[]*[a-z0-9]+[a-z0-9\\-_.\\$\\[\\]]*[.][a-z]+"
288
289
  }
289
290
  },
290
291
  "useConsistentObjectDefinitions": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adamantite",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "An strict and opinionated set of presets for modern TypeScript applications",
5
5
  "keywords": [
6
6
  "adamantite",