Skip to content

[Internal] Make import sorting done with prettier instead of ESLint #46

@TyHil

Description

@TyHil

Current import sorting, where the import lines at the top of each file are organized into categories then alphabetically, is done with an ESLint plugin. But this isn't really a linting issue, it's more formatting. Using this PR on Jupiter as a guide (UTDNebula/utd-clubs#348), update this project to sort imports with Prettier, our formatter, instead of ESLint.

This is a cross-project issue so making the same changes to Trends, Skedge, Rooms, Notebook, and the main website on a branch in each project is required.

See:
UTDNebula/utd-trends#533
UTDNebula/utd-rooms#92
UTDNebula/skedge#97
UTDNebula/website-v2#113

Write access to Nebula projects is managed on a per-team basis so you may have it for one project but not the others. Dm on Discord if you need access for one of the other projects.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions