Skip to content

Enabled eslint-plugin-simple-import-sort internally #1102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 28, 2021

Conversation

JoshuaKGoldberg
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg commented May 27, 2021

PR Checklist

Overview

Enforces that exports and imports are sorted alphabetically, with a fixer for ESLint's --fix.

Precursor to #1089 to make it easier to insert lines into ruleConverters.ts automatically.

Includes some Prettier fixes (#1100, #1101)...

Enforces that exports and imports are sorted alphabetically, with a fixer for ESLint's `--fix`.

Precursor to #1089 to make it easier to insert lines into `ruleConverters.ts` automatically.
@JoshuaKGoldberg JoshuaKGoldberg changed the title Simple import sort Enabled eslint-plugin-simple-import-sort internally May 27, 2021
@JoshuaKGoldberg JoshuaKGoldberg added the status: waiting for reviewer Waiting for a maintainer to review label May 28, 2021
@KingDarBoja
Copy link
Collaborator

Everything looks great, although I didn't spot the husky / ci fixes unless those were related to the lock file, right?

@JoshuaKGoldberg
Copy link
Member Author

Yeah I'll tackle those next - figured this'd be a good first step. 👍

@JoshuaKGoldberg JoshuaKGoldberg added status: waiting for author The PR author should address requested changes and removed status: waiting for reviewer Waiting for a maintainer to review labels May 28, 2021
@JoshuaKGoldberg JoshuaKGoldberg merged commit 46b35b6 into main May 28, 2021
@JoshuaKGoldberg JoshuaKGoldberg deleted the simple-import-sort branch May 28, 2021 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for author The PR author should address requested changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants