We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CLI: Version: 1.9.2 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset NO_COLOR: unset TERM: unset JS_RUNTIME_VERSION: "v16.20.2" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: unset Biome Configuration: Status: Loaded successfully Formatter disabled: false Linter disabled: false Organize imports disabled: false VCS disabled: true Workspace: Open Documents: 0
Ideally, Import Sorting should be case-insensitive.
Because the file system explorer (and all editor) does the same thing.
Input:
import Common from 'common' import Link from 'Link'
Result:
import Link from 'Link' import Common from 'common'
Import Sorting should be case-insensitive
The text was updated successfully, but these errors were encountered:
Closing because making import sorting case-insensitive is part of the RFC. See #3177
Sorry, something went wrong.
No branches or pull requests
Environment information
What happened?
Ideally, Import Sorting should be case-insensitive.
Because the file system explorer (and all editor) does the same thing.
Input:
Result:
Expected result
Import Sorting should be case-insensitive
Code of Conduct
The text was updated successfully, but these errors were encountered: