Skip to content

feat: Add eslint file import organization rule #434

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

Conversation

taeuscherpferd
Copy link
Contributor

@taeuscherpferd taeuscherpferd commented May 15, 2025

This is the follow up pull request to update eslint to organize the imports at the top of the file. Was mentioned during the discussion of my last pull request.

Changes

  • Added a new import rules to the eslintrc
  • Added fix:eslint and check:eslint steps to every package.json in the repo
  • Added a vscode config file to disable vscode's auto import sorting rules, and apply the eslintrc version on save
  • Ran pnpm -r fix:eslint to organize and cleanup all of the imports in the repo

Kailean O'Keefe and others added 7 commits May 13, 2025 08:25
- Fixed a script formatting bug that prevents the eslint commands from being run on windows
- Added an unused import plugin to eslint
- Updated the eslint script to automatically cleanup and organize imports on fix.
@taeuscherpferd taeuscherpferd changed the title feat: Add es lint file import organization rule feat: Add eslint file import organization rule May 15, 2025
@bbohlender bbohlender merged commit 8718554 into pmndrs:main May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants