Skip to content

Blank lines after every export statement #115

Open
@bartroozendaal

Description

@bartroozendaal

See below example:

export * from './src/constants/debug';

export * from './src/constants/dxc-caseevents';

export * from './src/constants/errors';

export * from './src/constants/info';

I'm getting a new line after each statement. Can I avoid that and simply sort these lines in alphabetical order?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions