-
First of all thank you for this bundle, I've been using an ancient version of Stylelint inside of @jsfiddle for many years, then found you have this great bundle already ready as nearly a drop&replace…
-
## Bug Report
**Problematic behavior**
`yarn run lint` run only eslint.
we miss a script to format our frontend sources;
E.g. Impress has the following scripts:
```
"lint": "tsc --noEmi…
-
### What minimal example or steps are needed to reproduce the bug?
I use VS Code's stylelint plugin to automatically run fix when saving a file.
However, at this time, for some reason, the CSS pro…
ddryo updated
7 months ago
-
### What problem does this feature solve?
It would be cool, if the stylelint extension could be enabled as formatter for SCSS files just like it's possible to enable it for validation.
I gave it a…
wedi updated
6 months ago
-
I'm considering changing the marstyle setting from stylelint and using the current bootstrap 5 setting as a base. https://github.com/twbs/stylelint-config-twbs-bootstrap.
This should greatly simpli…
-
## Description
I would like to add the support for https://github.com/stylelint/stylelint i think it's better to use this basically because it's more portable using `npm` don't know nothing about t…
-
CSSBeautify pose bien des problèmes lors de la compilation Sass, ne semble pas modifier quoique ce soit dans une Media Query et le projet n'a pas vu de commit depuis plus de 4 ans…
**[stylelint](ht…
-
```md
yarn audit v1.22.4
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ low │ Prototype Pollution │
├────────…
-
### How did you encounter this bug?
I have a project in the frontend folder which is not the root of the project. I use vue, prettier and pug. I use @prettier/plugin-pug to format pug. So my prettier…
-
Stylelint is not catching rules in SCSS functions.
To reproduce:
- Create the function below
```
// Get unit of number.
@function get-unit($value) {
@return str-slice($value * 0 + "", 2, -…