-
I have a new parser for PostCSS/StyleLint, [postcss-html](https://github.com/gucong3000/postcss-html).
features about vue:
- Compatible with vue component
- Support automatically fixes of StyleLint…
-
I have a `.stylelintrc` file with the following contents in my project root directory:
```
{
"extends": "stylelint-config-sass-guidelines",
"rules": {
"max-nesting-depth": 4,
"inde…
-
The plugin searches for an executable called "stylelint.cmd". However, on Linux, it is only "stylelint". Could you add support also for this?
One possible solution I could imagine would be to set th…
-
The Bazel extension occasionally gets stuck. I think it usually happens when bazel crashes once, and leaves the lock file around. I start getting errors that continuously pop up, which look like this:…
-
@YozhikM Is this package still being maintained? There seems to be a fork:
https://github.com/ronilaukkarinen/stylelint-a11y
Which is also published to npm. Can we potentially work towards one pac…
-
To reproduce run:
```
npx vue-cli init deathangel908/vue-webpack-minimal#stylelint-loader
yarn install
yarn start
```
Expected warnings e.g. `variables.sass` contains `$main-color: red`
[Th…
-
We currently run a custom stylelint and eslint setup and I'm looking into a reviewdog replacement to surface errors as PR comments. Github claims that API will come more easily at some point, but unti…
-
There are a _lot_ of major version bumps which require new node versions, breaking changes etc.
This needs to be tackled manually.
```
Package Current Wanted Latest Loca…
-
I'm currently trying to pass my s/css files through `gulp-stylelint` using the `fix: true` flag. I also have a `.stylelintignore` file which ignores vendor style directories. The following `gulpfile.j…
-
I get this error while building this Next.js React project
```shell
Type error: 'Draggable' cannot be used as a JSX component.
Its instance type 'Draggable' is not a valid JSX element.
…