Meta: add stylelint with config

This commit is contained in:
chris 2023-10-30 16:56:15 +01:00 committed by Christian
commit 2d130787bd
6 changed files with 1278 additions and 0 deletions

View file

@ -24,3 +24,18 @@ Examples:
- `[TIDY] CI: Move common parts to own job`
- `Style: Make navbar sticky`
## Style guide
We use stylelint to lint the (s)css, please run before you commit
```shell
(p)npm lint-fix
```
### Who to setup
We would recommend using pnpm. [Install Guide](https://pnpm.io/installation)
```shell
pnpm i
```
You can also use npm if you want
```shell
npm i
```