唯然

Results 237 comments of 唯然

it was not using npm to install any dependencies, it was to check the package's peer dependencies: https://github.com/eslint/create-config/blob/9c4214bc879cc892fd8ba4f1259c7d0686b0d7c2/lib/init/npm-utils.js#L71-L75 for no-npm-installed envs, we could find another way to do it.

@WataruNishimura are you still working on this?

Closing because there hasn't been activity for 30 days. If you're still interested in submitting this code, please feel free to resubmit.

@bmish there are a few more comments here. :)

ci failing has been fixed in the main branch, can you please rebase it, thanks!

ci failing has been fixed in the main branch, can you please rebase it, thanks!

The advantage of importx is: it automatically selects the appropriate loader and not necessarily `jiti` - https://github.com/antfu-collective/importx?tab=readme-ov-file#loaders So if the user is already using one of the ts compilers (e.g....

I don't think it's reasonable to provide autofix - for many plugins it's a breaking change to change recommended config. Good to provide two suggestions: `recommended: true` and `recommended: false`....

the error was from [probot-scheduler](https://npmjs.com/package/probot-scheduler), however it has been archived: > We recommend you use GitHub Actions with the [schedule](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events) trigger instead, it's a much more reliably solution to the...