Gyubong Lee
Gyubong Lee
Thanks for creating awesome libs :) When users have update their workflow through npm, the workflow's plist file is being overwritten. In my thought, it could be very convenient to...
Fixes #663. Eslint doesn't expose `fixDryRun` option in programmatic API. `fixDryRun` is [internally translated to `fix` option](https://github.com/eslint/eslint/blob/main/lib/cli.js#L96) and don't call `ESLint.outputFixes`. (Ref: https://github.com/eslint/eslint/discussions/15877) So I think `xo` could handle this...
I think it would be great if `xo` could format the source file in vim automatically. https://github.com/jose-elias-alvarez/null-ls.nvim/pull/707#issuecomment-1050118227 In the above PR, `xo` was added as a linter, but had not...
Fixes #34. It seems working now but I think I need to a little more time to look into more error handling logics and test codes and lint (WIP). Thank...
Added `prefer-error-cause` rule, Fixes #1342. I'm trying to create many tests as possible I can. https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1342#issuecomment-1085527190 this rule is not implemented yet in this PR, but I made this PR...