Skip to content

Join imports from same packageΒ #9

@StefanoMartella

Description

@StefanoMartella

Hi,

I really appreciate your work πŸ˜„ I'd like to know if it is possible to join imports from same package.

example:

showcase.mp4

in the example I'd like to have:

import React, {useContext} from 'react';

instead of:

import React from 'react';
import {useContext} from 'react';

Thank you!

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