-
### What minimal example or steps are needed to reproduce the bug?
Just install and try to run the linter, fails before it can even start reading files.
### What minimal configuration is needed …
-
After adding a stylelint config (see below) to my project I get this error:
```
[Linter] Error running stylelint TypeError: Cannot destructure property `isPathValid` of 'undefined' or 'null'.
```…
-
Stylefmt position itself as a tool, which changes CSS according to stylelint's config. But it's not entirely accurate. Stylefmt has opinionated default settings, which applies regardless stylelint's c…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
[stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) provides a fairly standard set of opinions. This seems to hit a lot of the smaller, nit-picky rules. If we can agree…
-
I'm not sure why this is happening in coc-stylelint
VSCode and the stylelint CLI do not report this.
function-calc-no-invalid is also a core stylelint rule.
https://stylelint.io/user-guide/rules/…
-
Hi!
I've some errors at installing it :
├── UNMET PEER DEPENDENCY stylelint@^8.0.0
├─┬ stylelint-config-standard@17.0.0
│ ├── UNMET PEER DEPENDENCY stylelint@^8.0.0
│ └── stylelint-config-rec…
-
### Describe the bug
The latest Stylelint v15.10.1 now uses `meow@^10`, updating to that version to remove a [recently announced `semver` vulnerability](https://github.com/stylelint/stylelint/issues/…
-
1. 아래 패키지 설치
```bash
yarn add -D stylelint stylelint-config-standard stylelint-config-prettier postcss postcss-syntax @stylelint/postcss-css-in-js
```
2. `.stylelintrc.json` 파일 작성
```json
…
-
### Description
This issue aims to set up the basic infrastructure and implementation for a CSS linter, making it easier for new/potential contributors to join
- [x] setup basic infra
- [x] j…