Skip to content

Commit 23350f3

Browse files
MattIPv4IAmJSD
andauthored
Swap out sass-lint with stylelint (digitalocean#328)
* Swap out sass-lint * Include standard SCSS rules for stylelint * Fix stylelint violations * Update Actions to use stylelint Co-authored-by: Jake Gealer <[email protected]>
1 parent 98ac6b2 commit 23350f3

File tree

11 files changed

+1415
-2601
lines changed

11 files changed

+1415
-2601
lines changed

.github/workflows/test-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Test with eslint
3030
run: npm run test:eslint
3131

32-
sass-lint:
32+
stylelint:
3333
runs-on: ubuntu-latest
3434

3535
steps:
@@ -52,8 +52,8 @@ jobs:
5252
- name: Install dependencies
5353
run: npm ci
5454

55-
- name: Test with sass-lint
56-
run: npm run test:sass-lint
55+
- name: Test with stylelint
56+
run: npm run test:stylelint
5757

5858
i18n-packs:
5959
runs-on: ubuntu-latest

.sasslintrc

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ routing, reverse proxy, www/non-www redirect, CDN, PHP (TCP/socket, WordPress, D
8383

8484
4. Open the development site **[localhost:8080](http://localhost:8080)**
8585

86-
5. Lint your code *(eslint & sass-lint)*
86+
5. Lint your code *(eslint & stylelint)*
8787
```sh
8888
npm test
8989
```

0 commit comments

Comments
 (0)