Skip to content

Commit

Permalink
Drop deprecated stylelint-config-prettier (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 13, 2023
1 parent 69faa8c commit 499e29f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
deno-version: v1.29.3
# https://github.com/denoland/deno/issues/16901
- run: deno cache --node-modules-dir npm:stylelint npm:stylelint-config-standard npm:stylelint-config-prettier
- run: deno cache --node-modules-dir npm:stylelint@15.1.0 npm:stylelint-config-standard@30.0.1
- run: ./stylelint.bash

dprint:
Expand Down
2 changes: 1 addition & 1 deletion .stylelintrc.json
@@ -1,3 +1,3 @@
{
"extends": ["stylelint-config-standard", "stylelint-config-prettier"]
"extends": ["stylelint-config-standard"]
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Then you can access to http://localhost:4507/
Run stylelint

```console
deno cache --node-modules-dir npm:stylelint npm:stylelint-config-standard npm:stylelint-config-prettier
deno cache --node-modules-dir npm:stylelint@15.1.0 npm:stylelint-config-standard@30.0.1 --reload
./stylelint.bash
```

Expand Down

0 comments on commit 499e29f

Please sign in to comment.