[linter] Switch Stylelint config to flat format and simplify Stylelint scripts

This commit is contained in:
Kristjan ESPERANTO
2025-05-09 22:55:47 +02:00
parent 2b395b9f2f
commit 86a185b69d
4 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ To run ESLint, use `node --run lint:js`.
### CSS: Run StyleLint
We use [StyleLint](https://stylelint.io) to lint our CSS. The configuration is in our `.stylelintrc.json` file.
We use [StyleLint](https://stylelint.io) to lint our CSS. The configuration is in our `stylelint.config.mjs` file.
To run StyleLint, use `node --run lint:css`.