Last 12 weeks · 7 commits
5 of 6 standards met
Describe the bug Appears related to https://github.com/antfu/eslint-plugin-command/issues/25 but this is when is used with e,g. The following produces the error on keep-sorted; Reproduction see above System Info Used Package Manager yarn Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Please be aware that vibe-coding contributions are 🚫 STRICTLY PROHIBITED. We are humans behind these open source projects, trying hard to maintain good quality and a healthy community. Not only do vibe-coding contributions pollute the code, but they also drain A LOT of unnecessary energy and time from maintainers and toxify the community and collaboration. All vibe-coded, AI-generated PRs will be rejected and closed without further notice. In severe cases, your account might be banned organization-wide and reported to GitHub. PLEASE SHOW SOME RESPECT and do not do so. Before submitting the PR, please make sure you do the following: Read the Contributing Guide. Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate. Provide a description in this PR that addresses what the PR is solving and WHY**, or reference the issue that it solves (e.g. ). Ideally, include relevant tests that fail without this PR but pass with it. [x] Linked Issues fixes # Additional context
Repository: antfu/eslint-plugin-command. Description: Comment-as-command for one-off codemod with ESLint. Stars: 367, Forks: 15. Primary language: TypeScript. Languages: TypeScript (99.2%), JavaScript (0.8%). License: MIT. Homepage: https://eslint-plugin-command.antfu.me/ Topics: codemod, eslint-plugin. Latest release: v3.5.2 (1w ago). Open PRs: 0, open issues: 5. Last activity: 1w ago. Community health: 85%. Top contributors: antfu, sxzz, 9romise, posva, kvoon3, hyoban, ddosakura, alexzhang1030, GauBen, zojize and others.
TypeScript
depends on the host environment when the argument is not provided. This caused unstable sorting results on different machines, especially for Chinese strings. This PR fixes the issue by explicitly setting: to ensure consistent and deterministic sorting behavior across environments. This PR also migrates the build system from to .