Add Solid Particle System (SPS) Support to Node Particle Editor #17320
Format, Lint, and more failed
Annotations
Check failure on line 1 in packages/dev/core/src/Particles/Node/Blocks/SolidParticle/ISPSData.ts
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
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
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
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
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