adamantite 0.9.1 → 0.9.2

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 +1 -3
  2. package/package.json +1 -1
package/biome.jsonc CHANGED
@@ -283,9 +283,7 @@
283
283
  "useFilenamingConvention": {
284
284
  "level": "error",
285
285
  "options": {
286
- "filenameCases": ["kebab-case"],
287
- "requireAscii": true,
288
- "match": "[-?%+]?(.+?)[.](.+)"
286
+ "filenameCases": ["kebab-case"]
289
287
  }
290
288
  },
291
289
  "useConsistentObjectDefinitions": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adamantite",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "An strict and opinionated set of presets for modern TypeScript applications",
5
5
  "keywords": [
6
6
  "adamantite",