-
Thanks for the plugin, great job.
I ran into an issue where I was using certain custom properties during runtime. As they are technically unused during build time, the plugin went ahead and removed…
-
eslint-plugin-prettier v3 removed the generateDifferences and showInvisibles functions as they are now provided by the `prettier-linter-helpers` package. Depend upon that package instead of eslint-plu…
-
I have a few linting script for my [react-boilerplate](https://github.com/mxstbr/react-boilerplate/blob/v3.0.0/package.json#L100-L105), structured like this:
``` JSON
"scripts": {
"lint": "npm ru…
-
Hey, do you mind creating a new release to point pre-commit to? The last release was 2017, so I leave the release blank in the config.. but hoping to avoid this warning in my pre-commit:
```sh
[WA…
-
## The devDependency [stylelint](https://github.com/stylelint/stylelint) was updated from `9.9.0` to `9.10.0`.
🚨 [View failing branch](https://github.com/medfreeman/medfreeman.github.io/compare/src.…
-
## The devDependency [stylelint](https://github.com/stylelint/stylelint) was updated from `9.9.0` to `9.10.0`.
🚨 [View failing branch](https://github.com/ExE-Boss/we-wc0/compare/master...ExE-Boss:gr…
-
Version: Deno 2.0.0
I am testing Deno as a pm replacement in our repo currently, since v2 seems pretty promising (also benchmarked a build). Sadly during the build it breaks with errors reporting t…
-
I think, currently, your tool is only one on github which allows to integrate `stylelint` in lit-related project (except maybe some potentially existing custom local plugins in some repos). Are there …
-
Could you add an option to have this VSCode extension ignore particular lines? For example, any line that includes "`/* csstree-ignore-line */`".
I have some code in my CSS for older browsers (e.g…
-
Thanks for the project.
Currently, the emptyLineBefore default to always. How to specify emptyLineBefore to never? possible reason:
- emptyLineBefore=always conflicts with rule 'declaration-empty-…