唯然
唯然
> still conflicted should be addressed now.
@ota-meshi Is there anything blocking this PR from being merged now? I have been implementing `npm init @eslint/config` for the flat configs, so it would be great see it's officially...
@conradhale I can pick this up! (if you don't mind :)
Whether or not to support setting registry to https://registry.npmmirror.com/ when not using cnpm?
it's ready for review now. 🎉
@wangmeijian 不要这种无意义的评论了,如果你想关注这个issue,请点击页面右侧的 "subscribe"!:)
ci failing has been fixed in the main branch, can you please rebase it, thanks!
~looks like the package still supports node.js v12, while eslint-plugin-n has dropped node.js < 16 (EOL). You can merge the PR after dropping node.js < 16. :)~ ~refs: https://github.com/nodejs/release#end-of-life-releases~ ---...
yes, it's supported(if your bundler was set correctly). see https://github.com/hapijs/joi/blob/b23659d9f57ad420a5c9a2cf399bd5e01d1f6501/package.json#L8 another workaround is to import the browser version manually: ```js import joi from 'joi/dist/joi-browser.min.js'; ```