Masafumi Koba
Masafumi Koba
http://www.coffeelint.org looks alive now.
@UziTech Thanks! So, has this repository [clutchski/coffeelint](https://github.com/clutchski/coffeelint) been deprecated?
@UziTech Thank you for the explanation. So, I hope that the repository owner does the following: 🙏 - Add a deprecation notice to [readme](https://github.com/clutchski/coffeelint#readme). - Mark the package [coffeelint](https://www.npmjs.com/package/coffeelint) as...
I think it's a very nice idea! I can be a Japanese maintainer if no one will. 😃
> I'm wondering if raw source manipulation is respectful of sourcemaps. > > It might not be a big deal since it's at the bottom of the file, but using...
> I made a request here https://github.com/evanw/esbuild/issues/2390. It seems better to me to wait for the requested feature than to proceed with this pull request hackily. Supporting `legalComments: 'external'` is...
The Stylelint's current test suite passes the next version 8 of `cosmiconfig` (this PR's branch). 🎉 See https://github.com/stylelint/stylelint/pull/6120 --- > > I don't want to drop support for Node 12...
Hi, it looks to me that this issue is reproduced also on my repository. 🤔 The commit is . The following is the build log on Travis CI. https://travis-ci.org/ybiquitous/ybiq/jobs/528663636#L607 ...
@Reda011 Thanks for opening the issue and using the template. This behavior seems to be due to the mismatch between our doc and code on exporting rules. The doc instructs...
@Reda011 Umm..., it seems the `stylelint-scss` plugin works 🤔 (`verbose` formatter can show a link to `meta.url`) ```console $ cat package.json { "dependencies": { "stylelint": "14.9.1", "stylelint-config-recommended-scss": "7.0.0" }, "stylelint":...