eslint-plugin-command icon indicating copy to clipboard operation
eslint-plugin-command copied to clipboard

Comment-as-command for one-off codemod with ESLint.

Results 6 eslint-plugin-command issues
Sort by recently updated
recently updated
newest added

### Clear and concise description of the problem Hey there, I'm back with another suggestion: `/// keep-sorted` for `switch` statements. The idea comes from [this file](https://github.com/GauBen/pkgx/blob/patch-1/src/utils/devenv.ts) ### Suggested solution ###...

enhancement

### Describe the bug # keep-sorted doesn't copy emojis correctly ## From Code ```ts const example = { apple: "🍏", orange: "🍊", banana: "🍌", }; ``` ## Results ### Reproduction...

help wanted

### Describe the bug `keep-sorted` doesn't work with `satisfies` keyword, without this - perfect. Im not in eslint plugins development, so dont wait on PR from me. ### Reproduction https://github.com/INeedJobToStartWork/problem-repro/tree/main...

### Clear and concise description of the problem For example, suppose you have: ```js const object = { // Group of entries b: true, c: true, a: true, // Other...

enhancement

### Clear and concise description of the problem Hey there, still me! I'd like to sort an object by keys, but it is only supported for arrays as of now:...

enhancement

### Clear and concise description of the problem Add sorting for items in Map and Array. ### Suggested solution ### Support for Strings in Arrays If there is support for...

enhancement