Skip to content

Enhance SolidParticleSystem and NodeParticleSystemSet with improved d…

7539783
Select commit
Loading
Failed to load commit list.
Draft

Add Solid Particle System (SPS) Support to Node Particle Editor #17320

Enhance SolidParticleSystem and NodeParticleSystemSet with improved d…
7539783
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-Monorepo (Format, Lint, and more) failed Oct 20, 2025 in 5m 25s

Format, Lint, and more failed

Annotations

Check failure on line 1 in packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-Monorepo (Format, Lint, and more)

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts#L1

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts(1,1): error @typescript-eslint/consistent-type-imports: All imports in the declaration are only used as types. Use `import type`.

Check failure on line 2 in packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-Monorepo (Format, Lint, and more)

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts#L2

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts(2,1): error @typescript-eslint/consistent-type-imports: All imports in the declaration are only used as types. Use `import type`.

Check failure on line 9 in packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-Monorepo (Format, Lint, and more)

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts#L9

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts(9,18): error @typescript-eslint/naming-convention: Interface name `ISPSUpdateData` trimmed as `SPSUpdateData` must match one of the following formats: StrictPascalCase

Check failure on line 20 in packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-Monorepo (Format, Lint, and more)

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts#L20

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts(20,18): error @typescript-eslint/naming-convention: Interface name `ISPSCreateData` trimmed as `SPSCreateData` must match one of the following formats: StrictPascalCase

Check failure on line 11 in packages/dev/core/src/Particles/Node/Blocks/SolidParticle/SPSCreateBlock.ts

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-Monorepo (Format, Lint, and more)

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/SPSCreateBlock.ts#L11

packages/dev/core/src/Particles/Node/Blocks/SolidParticle/SPSCreateBlock.ts(11,14): error @typescript-eslint/naming-convention: Class name `SPSCreateBlock` must match one of the following formats: StrictPascalCase