Swap out sass-lint with stylelint (#328)

* Swap out sass-lint

* Include standard SCSS rules for stylelint

* Fix stylelint violations

* Update Actions to use stylelint

Co-authored-by: Jake Gealer <jake@gealer.email>
This commit is contained in:
Matt (IPv4) Cowley
2022-02-04 22:01:19 +00:00
committed by GitHub
parent 98ac6b2f21
commit 23350f3a57
11 changed files with 1415 additions and 2601 deletions

View File

@@ -83,7 +83,7 @@ routing, reverse proxy, www/non-www redirect, CDN, PHP (TCP/socket, WordPress, D
4. Open the development site **[localhost:8080](http://localhost:8080)**
5. Lint your code *(eslint & sass-lint)*
5. Lint your code *(eslint & stylelint)*
```sh
npm test
```