Skip to content

Check formatting of merged code #48

Open
@jdiazgon

Description

@jdiazgon

We should check the formatting of the merged code because currently it doesn't comply with our devonfw ts-lint.

For instance, this code:

export const environment = { 
  production: false,
  restPathRoot: 'http://localhost:8081/',
  restServiceRoot: 'http://localhost:8081/services/rest/',
  security: 'jwt',
};

When merged, removes the last trailing comma:

export const environment = { 
  production: false,
  restPathRoot: 'http://localhost:8081/',
  restServiceRoot: 'http://localhost:8081/services/rest/',
  security: 'jwt'
};

And that doesn't comply with our ts-lint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions