•  
      request #38277 Enforce naming TS types using PascalCase
    Infos
    #38277
    Thomas Gorka (tgorka)
    2024-06-04 16:55
    2024-06-03 15:52
    39881
    Details
    Enforce naming TS types using PascalCase

    In the codebase, our TypeScript types and interfaces are named using the PascalCase.

    It is an implicit convention we are used to in the Tuleap team, so let's enforce it with an eslint rule.

    FTR, some types using the snake_case have been introduced in the codebase, let's fix them in the meantime.

    Empty
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gorka (tgorka)
    Closed
    2024-06-04
    Attachments
    Empty
    References
    Referencing request #38277

    Follow-ups