Masafumi Koba

Results 705 comments of Masafumi Koba

@davidtheclark I'm interested in maintaining Cosmiconfig!

@davidtheclark Thanks. I've accepted them. 👍

@hamfastgamgee Thanks for reporting the issue and using the template. Your suggestion sounds good to me. 👍🏼 I've labeled the issue as ready to implement. Please consider [contributing](https://stylelint.io/contributing) if you...

@jeddy3 Should we create a long-lived branch such as `esm`?

FYI. There is a way of ["Conditional exports"](https://nodejs.org/api/packages.html#packages_conditional_exports) for that. - Provide ESM mainly - Provide also CJS for backward compatibility We can generate CJS files via a transpiler like...

In addition, we will need to remove CommonJS globals from the ESLint config (see #5536): https://github.com/stylelint/stylelint/blob/34bb44b89580dbfbe1f69b39125f8f121ad020d7/package.json#L64-L66

@jeddy3 Thanks for the investigation. If we could avoid using `__dirname`, the problem of `import.meta.url` would be resolved. Currently, `__dirname` seems to be used for testing: ```console $ git grep...

Ref: ["Dual CommonJS/ES module packages" on the Node.js documentation](https://nodejs.org/api/packages.html#dual-commonjses-module-packages)

[Stylelint 14.7.0](https://github.com/stylelint/stylelint/releases/tag/14.7.0) now supports ranges!

@ota-meshi https://github.com/stylelint/stylelint/issues/5694 tasks are all done! If you have any questions or troubles, feel free to ask me.