-
-
Now that shared workflows are on all modules, do we want to consider setting up eslint checks (for js files) and stylelint checks (for css files) so we are aligned with Drupal's coding standards for t…
-
This same issue is what I was also trying to address in : https://github.com/stylelint/stylelint/pull/8098
Currently I see these behaviors:
1. if `line` is provided:
- use `line` as `startLine`
2…
-
`package.json`
```
{
"scripts": {
"stylelint-scss-check": "stylelint-config-prettier-scss-check",
}
}
```
run : `npm run stylelint-scss-check`
```bash
(node:5692) [stylelint:002] Depr…
ajiho updated
2 months ago
-
### Description
Add Stylelint to make styling more maintainable.
### Describe the solution you'd like
- install stylelint (note the project is using pnpm) : https://stylelint.io/user-guide/ge…
-
### Description
Similar to `migrate from eslint / prettier` we can have an option to migrate from style lint, by parsing and analyzing `stylelint.config.js` file.
-
Hello,
First, I would like to say that sage-vite is very useful starter theme for WP.
Do you plan to add stylelint as SCSS linting tool?
https://stylelint.io/
https://www.npmjs.com/package/@am…
-
StyleLint 16 released recently. Appears to be some breaking changes affecting gulp-sylelint.
Bunch of these:
`The CommonJS Node.js API is deprecated. See https://stylelint.io/migration-guide/to-1…
-
We started getting errors after updating the library from 1.0.30001653 to 1.0.30001655.
`TypeError: Cannot read properties of undefined (reading 'B')
at Module.unpackFeature (my-project/node_m…
-
### What minimal example or steps are needed to reproduce the bug?
```html
Text
```
### What minimal configuration is needed to reproduce the bug?
```json
{
"customSyntax": "postcss-html",
…