chore: bump version to 1.113.6 and update resample.js reference #229
Annotations
2 errors, 7 warnings, and 2 notices
|
quality
Process completed with exit code 1.
|
|
lint/suspicious/noRedeclare:
src/renderers/draw-markers.ts#L56
Shouldn't redeclare 'getPin'. Consider to delete it or rename it.
|
|
lint/performance/noDynamicNamespaceImportAccess:
src/renderers/draw-heightmap.ts#L64
Avoid accessing namespace imports dynamically, it can prevent efficient tree shaking and increase bundle size.
|
|
lint/performance/noDynamicNamespaceImportAccess:
src/renderers/draw-heightmap.ts#L34
Avoid accessing namespace imports dynamically, it can prevent efficient tree shaking and increase bundle size.
|
|
lint/complexity/useOptionalChain:
src/modules/military-generator.ts#L433
Change to an optional chain.
|
|
suppressions/incorrect:
src/modules/emblem/generator.ts#L485
A suppression shouldn't have an <explanation> placeholder. Example of suppression: // biome-ignore lint: false positive
|
|
suppressions/incorrect:
src/modules/emblem/generator.ts#L476
A suppression shouldn't have an <explanation> placeholder. Example of suppression: // biome-ignore lint: false positive
|
|
suppressions/incorrect:
src/modules/emblem/generator.ts#L472
A suppression shouldn't have an <explanation> placeholder. Example of suppression: // biome-ignore lint: false positive
|
|
suppressions/incorrect:
src/modules/emblem/generator.ts#L456
A suppression shouldn't have an <explanation> placeholder. Example of suppression: // biome-ignore lint: false positive
|
|
lint/complexity/useLiteralKeys:
src/modules/provinces-generator.ts#L321
The computed expression can be simplified without the use of a string literal.
|
|
deserialize:
biome.json#L2
The configuration schema version does not match the CLI version 2.4.6
|