adamantite 0.9.0 → 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 -5
  2. package/package.json +1 -1
package/biome.jsonc CHANGED
@@ -248,7 +248,6 @@
248
248
  "noDoneCallback": "error",
249
249
  "noEnum": "error",
250
250
  "noExportedImports": "error",
251
- "noHeadElement": "error",
252
251
  "noImplicitBoolean": "off",
253
252
  "noInferrableTypes": "error",
254
253
  "noNamespace": "error",
@@ -284,9 +283,7 @@
284
283
  "useFilenamingConvention": {
285
284
  "level": "error",
286
285
  "options": {
287
- "filenameCases": ["kebab-case"],
288
- "requireAscii": true,
289
- "match": "[-?%+]?(.+?)[.](.+)"
286
+ "filenameCases": ["kebab-case"]
290
287
  }
291
288
  },
292
289
  "useConsistentObjectDefinitions": "error",
@@ -354,7 +351,6 @@
354
351
  "noGlobalAssign": "error",
355
352
  "noGlobalIsFinite": "error",
356
353
  "noGlobalIsNan": "error",
357
- "noHeadImportInDocument": "error",
358
354
  "noImplicitAnyLet": "error",
359
355
  "noImportAssign": "error",
360
356
  "noIrregularWhitespace": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adamantite",
3
- "version": "0.9.0",
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",